Hello,

I suppose you don't see nothing but sth like

#Gelöscht                     (german)

in your fields.

The solution should be to use "Primary Keys"


ODBC-ERROR: YES
-----------------------
CREATE TABLE test_01(
a          INTEGER,
b          TEXT
);



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-users@sqlite.org
> Betreff: [sqlite]  ODBC Problem with SQLite


> 
> 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 context: 
> http://old.nabble.com/ODBC-Problem-with-SQLite-tp26623595p26623595.html
> Sent from the SQLite mailing list archive at Nabble.com.
> 
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> 


___________________________________________________________
Preisknaller: WEB.DE DSL Flatrate für nur 16,99 Euro/mtl.! 
http://produkte.web.de/go/02/

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to