DELPHI AREA
MESSAGE BOARD
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Writing an Application with an Embedded Database

 
   Reply to topic    DELPHI AREA Forum Index -> Delphi Programming
View previous topic :: View next topic  
Author Message
m.inckle
Member


Joined: 03 Mar 2004
Posts: 2

PostPosted: 03/03/04 13:15    Post subject: Writing an Application with an Embedded Database Reply with quote

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
View user's profile
Kambiz
Administrator


Joined: 07 Mar 2003
Posts: 386
Location: Tehran, Iran

PostPosted: 04/03/04 02:01    Post subject: Reply with quote

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
View user's profile Send e-mail Visit poster's website
Roko
Member


Joined: 13 Oct 2003
Posts: 2
Location: Khmelnitsky, Ukraine

PostPosted: 11/03/04 10:05    Post subject: Reply with quote

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
View user's profile
Display posts from previous:   
   Reply to topic    DELPHI AREA Forum Index -> Delphi Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB 2.0.6 © 2001, 2002 phpBB Group