Hi, 

thanks but we will write our own SQLite class. 
Our class provides something like that:

FSqlite sql;
sql.sqliteConnect("myDatabase");
sql.query("select * from my table");
while(sql.next())
 cout << sql.value("myRow");


I think this is really easy... 
If there will be a new SQLite version we try to change it.
We hope that the API changes not that much...


greets
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to