Re: MySQL via Delphi 7
Hi all.
The simplest, buildt in Delphi method is ADO. Install MySQL Connector/ODBC 5.1 and then use
Provider=MSDASQL.1;Persist Security Info=False;Extended Properties="DRIVER={MySQL ODBC 5.1 Driver};UID=user;DATABASE=dbname;OPTION=3;SERVER=yourserver;password=password;"
as ConnectionString of TADOConnection. Of course your customers should install C/ODBC as well.
Another way (and my favorite) is to use Zeos Database Components
Edited 1 time(s). Last edit at 04/15/2009 11:12PM by Jan Romański.
Subject
Written By
Posted
September 02, 2006 08:59PM
September 06, 2006 04:49AM
November 04, 2008 08:00AM
Re: MySQL via Delphi 7
April 15, 2009 11:10PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.