Android DB

Forum related to SQLite

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
Holzhauer
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 06.06.2012, 19:01

Android DB

Post by Holzhauer »

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
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

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
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/

Image
User avatar
Pitfiend
Senior Boarder
Senior Boarder
Posts: 68
Joined: 12.12.2009, 07:27

Post by Pitfiend »

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?
Sapiem
Fresh Boarder
Fresh Boarder
Posts: 13
Joined: 14.11.2011, 20:21

Post by Sapiem »

Yes, I just use Zeos with D2006 to create and use Android DB.
Android Db are sqlite3 simple databases. Use any from your device, put in your Pc and open with any Sqlite manager. You will see the tables. There 1 that will be create always to "use" by Android SO.
Post Reply