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 > Database Server Software > MySQL > standalone executable for MySQL with Delphi

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-11-03, 04:55
a_kaldenhoven a_kaldenhoven is offline
Registered User
 
Join Date: Dec 2003
Location: Nijmegen (Netherlands)
Posts: 1
Cool standalone executable for MySQL with Delphi

Hi folks,

I've written a progam in Delphi 5 that uses the BDE for a database which is very slow, indeed...

Recently I got to know MySQL which is really great and I discovered that there is a package (TMySQL) to implement MySQL functionality in Delphi programs.

Now I'm thinking of rewriting my program and use TMySQL instead of the BDE to gain some performance.

Has anyone experience with this package? Is it stable? Does it work easyly?

And now the real question:

Because of the fact that my program uses a database which is on my local machine (not on a server), I ask myself if it is possible to compile an executable out of my program which uses the local database without the necessity of running a MySQL server all the time.

For me, it's not a problem but I want to give my program to some people and it's too complicated for them to run a MySQL server....

Any ideas?? It would be great!!!
Reply With Quote
  #2 (permalink)  
Old 12-14-03, 11:47
meganbanks meganbanks is offline
Registered User
 
Join Date: Dec 2003
Posts: 2
You should use a remote MySQL 4.x server, it's the best solution
( connecting from your application to IP:3066 and managing
your database using MySQLFront http://mysqlfront.sstienemann.de )
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