Joinutility seperatorLogin utility seperator Infobright.com
   
 
Using SQL within C++
Posted: 14 November 2008 06:45 AM   Ignore ]  
Newbie
Avatar
Rank
Total Posts:  7
Joined  2008-08-18

Question:
Some people may wish to write C++ programs that automatically generate SQL statements and connect with ICE via ODBC. How to do it?

Answer:
There are some nice OS libraries that can help:

http://soci.sourceforge.net/
http://tangentsoft.net/mysql++/

If anyone interested, I could write a sample program as an illustration.

Regards,

Marcin

Profile