Link to home
Start Free TrialLog in
Avatar of dev-us
dev-us

asked on

Programmatically connecting to a MySQL database???

Hello, i want to be able to connect Programmatically to a MySQL database using ADO.NET Technology, I want to do a simple query search, and i want to be able to see what the equivlents of a field after running the search will be...
ASKER CERTIFIED SOLUTION
Avatar of farkit
farkit

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
that's a link for my answer for a console application but it would be the same for both windows and web forms:

https://www.experts-exchange.com/questions/21414140/Syntax-issues.html

that's a link where to get this odbc driver:

http://dev.mysql.com/downloads/connector/odbc/3.51.html

regards,
mik

the answer was provided along with a link to a compliment driver.
Avatar of dev-us
dev-us

ASKER

Sorry it took so long to answer, i must not have seen the email.