1 message in com.mysql.lists.plusplusencapsulate MySQL++API in my application
FromSent OnAttachments
Christian Buhtz16 Aug 2003 03:56 
Subject:encapsulate MySQL++API in my application
From:Christian Buhtz (usp@gmx.net)
Date:08/16/2003 03:56:06 AM
List:com.mysql.lists.plusplus

I think I will found my own way but it would be helpfull to get some inspiration from your projects.

In the past I only worked with APIs for OODBMS and they are easy to encapsulate.

How do you use the API in your application. One class for one table/view? How querys and there results are handled?

The goal is to Read, Store and Query on the MySQL-Base without using any MySQL++ specefice code. Sure, the code is somewhere in the application but it must be encapsulate. Understand?