Having a look at the VB wrapper dll SQLite3VB.dll from Todd Tanner at:
http://www.tannertech.net/sqlite3vb/index.htm
All working very nicely and also nice to have the option (as explained in
the tutorial) to compile the SQLite source yourself.
So, thanks Todd for making that available.
I have just one question.
What exactly does this function do:
Private Declare Function sqlite3_changes _
Lib "SQLite3VB.dll" (ByVal DB_Handle As Long) As Long
It looks it will always give one, unless you have just created a database
and done nil with it. Is this how it is?
RBS
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------