Zeos 6.6.3-stable MySQL and SQLITE cross browser

Forum related to SQLite

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
Guiz88
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 08.10.2008, 14:09

Zeos 6.6.3-stable MySQL and SQLITE cross browser

Post 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
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Have a look at ConvertSQLiteTypeToSQLType in ZDbcSqliteUtils for mapping of sqlite datatypes to zeoslib datatypes.

Mark
Image
Post Reply