Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread example mySQL Connection?
Mon, Mar 31 2014 2:09 PMPermanent Link

javier

Please, I need an example of connection to mysql
Wed, Apr 2 2014 6:21 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Javier,

<< Please, I need an example of connection to mysql >>

Here is an example of the ConnectionString property to use for an ADO
dataset that connects to a MySQL ODBC DSN:

Provider=MSDASQL.1;Persist Security Info=False;Data Source=<MySQL DSN>

Just replace <MySQL DSN> with the ODBC DSN for your MySQL data source.

Also make sure that the Provider property is set to 'MSDASQL'.

For step-by-step instructions on creating a dataset, please see here:

http://www.elevatesoft.com/manual?action=viewtopic&id=ewb1&topic=DataSet_Manager

Tim Young
Elevate Software
www.elevatesoft.com


Image