Page 1 of 1

Zeos 6.6.3-stable MySQL and SQLITE cross browser

Posted: 24.05.2010, 09:47
by Guiz88
Hi everyone!
We have a problem with cross database with Dataset type.
In mysql we have largeint ftLargeInt (when we add fields in query ) but in SQLITE we haven't.We have only int.
We don't wont to make a different build for mysql and sqlite.
How we can solve this problem?How we can let recognise automatically LargeInt to Int in SQLITE.


Thanks
Guido

Posted: 26.05.2010, 23:55
by mdaems
Have a look at ConvertSQLiteTypeToSQLType in ZDbcSqliteUtils for mapping of sqlite datatypes to zeoslib datatypes.

Mark