Re: [sqlite] ODBC Problem with SQLite

2009-12-03 Thread Oliver Peters
ODBC-ERROR: NO -- CREATE TABLE test_02( a INTEGER PRIMARY KEY, b TEXT ); I already sent a mail to the developer greetings oliver > -Ursprüngliche Nachricht- > Von: "rriera" <regori...@gmail.com> > Gesendet: 03.12.09 13:00:00 > An: sqlite-user

[sqlite] ODBC Problem with SQLite

2009-12-03 Thread rriera
Hi, I installed the ODBC 2.8.17/3.6.20 SQLite driver package and I did the set up, but when I want to open a SQLite database with MS Access, Access opens the DB but without all the data. Do you had this problem some time? Or know any solution? Thanks, Roger -- View this message in

[sqlite] ODBC problem

2005-02-24 Thread Bielik, Robert
Hi, I'm using the SQLite 3 ODBC driver at http://www.ch-werner.de/sqliteodbc/ and DTL (http://dtemplatelib.sourceforge.net/) and all works fine until I try to store a BLOB. I've debugged it so far that when the SQL C type is SQL_C_BINARY, no memory is allocated in SQLPutData and of course