| Delphi .NET (2) Database (71) Delphi IDE (89) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280) |
How can Delphi access a mySQL database?
Question: How can Delphi access a mySQL database?Answer: There is an ODBC driver for MySQL (MyODBC), that enables you to make ODBC connection to an mySQL database.This will work in pretty much all Delphi versions since they all support ODBC. At the time of writing, the URL to download the MyODBC driver is
Comments:
| |||||||||