| View previous topic :: View next topic |
| Author |
Message |
m.inckle Member
Joined: 03 Mar 2004 Posts: 2
|
Posted: 03/03/04 13:15 Post subject: Writing an Application with an Embedded Database |
|
|
I'm currently writing an application using delphi 5 and MySQL as a backend database. I've got the app working fine and theres no problems.
When i go to install the app on another computer i need to install MySQL and its drivers onto the machine
is there any software/database i can use that embeds a database and there drivers into my application ?????
What i want to achieve is a fully installable desktop app i can send to some1 that, when they install the app, the app, database, and drivers all install as one ????
Not sure if im making any sense
For example
I recenlty bought a post code finder desktop application, somewhere in this application there must be a database. how would that database be created / used????? _________________ Thanks |
|
| Back to top |
|
 |
Kambiz Administrator

Joined: 07 Mar 2003 Posts: 386 Location: Tehran, Iran
|
Posted: 04/03/04 02:01 Post subject: |
|
|
| If you have a tiny database, I suggest to use MS Access database (ADO & MS Jet Engine). Microsoft Jet Engine is part of Windows. |
|
| Back to top |
|
 |
Roko Member
Joined: 13 Oct 2003 Posts: 2 Location: Khmelnitsky, Ukraine
|
Posted: 11/03/04 10:05 Post subject: |
|
|
If, OTOH, your database may grow over time, or you need fast and feature-rich SQL engine, you should look at Firebird (http://www.ibphoenix.com/). It has embedded version, which is included in main install. Your exe would need to be linked to client dll, which is the only extra file you'd need to install on clients' machines.
HTH. |
|
| Back to top |
|
 |
|