Storing data in a database..
-
Hello! How can I store data easily and free? I tried mysql++ but it has a conflict with managed classes. I would like to use the advantages of basic SQL commands, but without having to buy a server... Thank you in advance, Alin Stoian
i suggest use from Access and see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_MFC_CDaoDatabase.asp[^]_**
**_
whitesky
-
i suggest use from Access and see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_MFC_CDaoDatabase.asp[^]_**
**_
whitesky
-
Sorry, maybe i didn't make myself very clear.. I want to use it in a C++ program.. are there any libraries for Access?:confused: Alin Stoian
yes please see again my post_**
**_
whitesky
-
Sorry, maybe i didn't make myself very clear.. I want to use it in a C++ program.. are there any libraries for Access?:confused: Alin Stoian
Yup. If you're using VC6, there's the CDao* classes. Personally, I'd use the ATL Database classes. Of course, these aren't available in the Express edition of 2005. You can use ADO classes, or ODBC as well. There is no 'Access' library per se, since Access uses either a desktop engine (MSDE) which is API compatible to SQL Server, or it can use JET, which uses DAO or ISAM internally, depending on the data source. Steve S Developer for hire
-
Hello! How can I store data easily and free? I tried mysql++ but it has a conflict with managed classes. I would like to use the advantages of basic SQL commands, but without having to buy a server... Thank you in advance, Alin Stoian
Check out this: http://www.sqlite.org/[^] ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF!