Re: [gtk-list] GNOME Database kit



Adam Keys <adam@pingpage.com> writes:

> I want to create an API that abstracts the connection and capabilites of
> the database.  A code example in c++
> 
> Connection conn = new mysqlConnector( "host", "user", "passwd" );
> 
> Results res = conn.execute( "select * from table" );


You might want to check out MySql++:

http://sunsite.unc.edu/kevina/mysql++/

It basically works like that. It's still in the early development
stages, but it works as is. 

Chris

-- 
Chris D. Halverson                         Complete Internet Solutions
PGP mail accepted, finger for public key   http://www.CompleteIS.com/~cdh/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]