It kind of depends on which sql-database you intend to use, do you have a specific dbengine in mind? If not you could start using sqlite, there are a bunch of c++ wrappers available with examples:
www.sqlite.org http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers Look for the c++ wrappers section. on codeproject where yoy can find one of the wrappers with good examples along with it: http://www.codeproject.com/database/CppSQLite.asp //John On 3/13/07, kose_senol <[EMAIL PROTECTED]> 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. > > Thanks in advance, > > Country of Sultans.. Turkey... > > Senol Kose > > > [Non-text portions of this message have been removed]
