Link to home
Start Free TrialLog in
Avatar of Allan_Fernandes
Allan_Fernandes

asked on

Create Database on Android via Delphi dbExpress

How can I create a fresh database on a mobile. I am using dbExpress components.
ASKER CERTIFIED SOLUTION
Avatar of Geert G
Geert G
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
dbExpress is going to be deprecated so I would suggest learning it is a waste of time. Stick with SQLite, which is currently the industry standard. These videos from TheNewBoston are useful. SQLite starts at number 49

https://www.youtube.com/playlist?list=PL6gx4Cwl9DGBsvRxJJOzG4r4k_zLKrnxl
Avatar of Allan_Fernandes
Allan_Fernandes

ASKER

Somehow missed that Tutorial, Thanks Greet Gruwez !

Also thanks to Chris Harte for leading me to a very useful tutorial point. (Though it was not my questions reply)