-
Hi Jeff,
SmartDB is just a wrapper for sqlite library to be used with MFC application development.
An example of using SmartDB is given below
-----------------------------------------------
CSmartDB connMain; // Create connection object
CSmartDBRecordSet rsMain; // Create recordset object
if (connMain.Connect ("mydata.db") == TRUE) // try to connect to database
{...
2009-07-04 14:22:43 UTC by amilan
-
Hi,
My MFC / C++ DB programming experience started with connecting a program to MS Access. Since then (over years), I have moved everything to SQL, though I haven't needed to program anything in C++ since then. Now that I want to do that, I am surprised at how much more complicated and difficult it isto simply connect to a SQL DB and run a query, etc.
So, I am searching for an ADO wrapper...
2009-04-03 21:12:58 UTC by humanjhawkins
-
Tariq,
The package contains complete source code of the tool as well as a testing program with source code and executable formats. Please check. If not please redownload the package.
Aditya Milan.
2007-02-26 17:33:54 UTC by amilan
-
I've downloded the demo software, and found it usefull but there is no demo example. How can I use the wrapper in my C++ program?
Tariq.
2007-02-22 13:55:56 UTC by nobody
-
As promissed earlier, I am relising the source code of SmartDB demo. This source code demonstrates you how you can use the SmartDB wrapper in your C/C++ MFC projects to give a complete ready to run database capabilities without need to install any odbc or other drivers.
That too with just few lines of code.
See the code and test it your self.
And yes, Use Bug tracking system at sourceforge...
2007-02-19 22:31:10 UTC by amilan
-
Anonymous committed patchset 1 of module CVSROOT to the Smart DB CVS repository, changing 11 files.
2007-01-14 08:10:28 UTC by nobody
-
amilan registered the Smart DB project.
2007-01-14 08:05:07 UTC by amilan