Hello,

 

I am using the SQLite3.dll with Delphi 2007 for development.

 

I try to create a table with an integer field, that can hold 64-bit integer
values.

I read and searched a lot of the archives, also googled around a good time,
but I did not find a hint.

 

This 

 

create table test (Afield INTEGER)

 

leads always to a data-size of 4 byte, what I need is a data-size of 8 byte.

 

What can I do?

 

Best regards,

 

Dieter

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

Reply via email to