On Tuesday 13 March 2007 14:23, kose_senol wrote: > Could someone advice me a good book or a good site(www....com) about > using C++ codes for SQL, > e.g, retrieving information from databases using C++ CLASSES OR > functions ,changing values and tables,updating or deleting ,adding new > record to tables.
If you use MySQL, then the MySQL++ library is very useful. Some of it works as wrappers to the standard MySQL library, which is readily available. http://tangentsoft.net/mysql++/ -- www.weeklyworldinquisitor.com RSS: http://www.feedburner.com/WorldInquisitor
