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 > How to connect Delphi 7 to MySql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-26-04, 00:12
gadgetboy gadgetboy is offline
Registered User
 
Join Date: Sep 2004
Posts: 2
Unhappy How to connect Delphi 7 to MySql

i don't know how to connect Delphi 7 to MySql....
anyone can help me?
Thanx!!!
Reply With Quote
  #2 (permalink)  
Old 09-27-04, 15:46
Ray Gear Ray Gear is offline
Registered User
 
Join Date: Sep 2004
Posts: 5
Do you want to use the database components in Delphi or not?
I am currently using the personal edition of Delphi 7 to write database programs for my own use. This version of Delphi has no DB components so I have loaded the libmySQL.dll into memory and use the direct calls to the api to connect and query the mySQL database. When the query returns a result I read the records returned into a standard stringgrid component. It works very well.

If you want to use the BD components in delphi then you need to find an ODBC driver and use that to connect.
Reply With Quote
  #3 (permalink)  
Old 09-27-04, 15:49
Ray Gear Ray Gear is offline
Registered User
 
Join Date: Sep 2004
Posts: 5
How to connect Delphi 7 to MySQL

Do you want to use the database components in Delphi or not?
I am currently using the personal edition of Delphi 7 to write database programs for my own use. This version of Delphi has no DB components so I have loaded the libmySQL.dll into memory and use the direct calls to the api to connect and query the mySQL database. When the query returns a result I read the records returned into a standard stringgrid component. It works very well.

If you want to use the BD components in delphi then you need to find an ODBC driver and use that to connect.
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