If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > which desktop database to deploy

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-30-03, 06:36
stevenba stevenba is offline
Registered User
 
Join Date: Oct 2003
Location: UK
Posts: 11
Question which desktop database to deploy

Hi,

I'm new to Delphi, but have done some extensive Linux-postgresql-c++ development in the past ...

I'm developing some windows desktop software using delphi 6 and need to persist the data between runs. I'm currently developing using Interbase 6, but i get the impression that it will be a pig to install / configure for the average user and has licensing issues.

Does anybody have any recommendations for the most suitable windows desktop database to deploy as part of my delphi app which is:
- easy to deploy and install using cd or download as part of app
- reasonably robust (to cut down on support calls)
- uncomplex or no licensing issues

Sounds a bit dopey, i know but i protyped in access while i learnt delphi and have since ported to interbase, and have little expierence in this area of windows desktop db apps.

cheers in advance ...
Reply With Quote
  #2 (permalink)  
Old 10-30-03, 06:38
stevenba stevenba is offline
Registered User
 
Join Date: Oct 2003
Location: UK
Posts: 11
Red face

oops ...

Forgot to add that i saw somewhere else about using Paradox, dBase, and Access. I have no expeirence of paradox and dBase.

Are they worth using ...
Reply With Quote
  #3 (permalink)  
Old 10-30-03, 11:12
vududoc vududoc is offline
Registered User
 
Join Date: Jul 2001
Location: NC
Posts: 102
I create VB6 frontends with mySQL, Oracle and MSaccess backends in a windows environment. I suggest you look into mySQL. Its free, robust, easy to install, and will handle LARGE amounts of data. Use the myODBC driver. Read contact info before deploying. I assume the myODBC will work with Delphi. Downloads are available at www.mysql.com Also, download winMySqlAdmin and mySQLFront utilities. Both are free, easy to install, and will make your work so much easier. PS, its very easy to export MSAccess databases into mySQL using myODBC.
Reply With Quote
  #4 (permalink)  
Old 10-30-03, 11:18
stevenba stevenba is offline
Registered User
 
Join Date: Oct 2003
Location: UK
Posts: 11
Thanks for the reply.

The app is pretty lightweight, and having used mysql before, do you not think its a bit heavyweight for these purposes ?

I've just been looking at product called EasyTable at http://www.aidaim.com/products/tet/tet_spec.php

Any experience of these ?

I don't want to burden end-users with any complex dbms installation issues.

cheers ...
Reply With Quote
  #5 (permalink)  
Old 10-30-03, 11:34
stevenba stevenba is offline
Registered User
 
Join Date: Oct 2003
Location: UK
Posts: 11
oh and i forgot ...

Its only single user ...
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On