[sqlite] re SQLite ODBC Driver,

2010-11-06 Thread Len(c-sharplizards)
Thanks Kees, Christian, SQLSetConnectAttrW(q->hdbc, SQL_ATTR_AUTOCOMMIT, (SQLPOINTER)SQL_AUTOCOMMIT_OFF, 0); this is what I already had and I think you have answered the question with "The SQLite ODBC driver allows only one SQL statement per SQLExecDirect()", this is the conclusion that I came

[sqlite] Re: sqlite ODBC?

2007-10-03 Thread Mark Wyszomierski
I suppose this is it: http://www.ch-werner.de/sqliteodbc/ is this the official driver to use though? The readme file says: "The driver is usable but may contain lots of memory leaks and all other kinds of bugs. Use it on your own risk." Anyone have any bad experiences with it? Thanks, Mar