Can Zeoslid be used to open Android DB files using Delphi 2007
I have a Database program that uses "Absolute Database" I have just releases an Android Version of this PC Version.......I'm already able to create a backup of the Android App Database, now I would like to open and import this data to the PC Version..............Can and Has anyone used Zeoslid for this? or is there a better way or Utility for this
Thanks
Android DB
Moderators: gto, cipto_kh, EgonHugeist
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
Holzhauer,
i've chected the Absolute Database and i do not think that we support that engine. I've downloaded that server and i think this server runs without a dll definition and is easy to plugin into delphi whith a component package. Now i don't know how we can support this engine because there is no dll available. Any ideas?
Michael
i've chected the Absolute Database and i do not think that we support that engine. I've downloaded that server and i think this server runs without a dll definition and is easy to plugin into delphi whith a component package. Now i don't know how we can support this engine because there is no dll available. Any ideas?
Michael
Last edited by EgonHugeist on 11.06.2012, 07:42, edited 1 time in total.
Best regards, Michael
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
Absolute Database is an embeded database. There's a bunch of components that allow to use that database from your delphi app. Unless you build your own exporter to some kind of standar text file, I doubt you'll be able to import data to any zeoslib supported database.
Edit: May I suggest to use SQLite instead of Absolute database?
Edit: May I suggest to use SQLite instead of Absolute database?