![]() |
USing MYSQL with C#
Hello! i want to join MYSQL with C# windows based application.
Someone has told me to add reference of MYSQL.DATA into my C# application, but i haven't found any file named such. So! can anyone tell me how to join MYSQL database with C#. Please! mention proper steps. Thanx |
Re: USing MYSQL with C#
Please see this link:
http://www.geekpedia.com/tutorial139...-and-ODBC.html I have installed MYSQL Connector/ODBC, but still there is no option of "Data Sources (ODBC)" in my start->setting->control panel. Please tell me how can i bring this option? http://www.geekpedia.com/pics/CSharp...BC%20Setup.PNG |
Re: USing MYSQL with C#
Have you tried installing MyODBC
The screen shot is from that software |
Re: USing MYSQL with C#
Ye I have installed this software properly, but i can't understand how to bring up this window to make connection.
|
Re: USing MYSQL with C#
if the mysql server is installed on the same machine use localhost as the server url ... have u created the database on mysql server ..... ur connection s tring would be
hostname:port:sid. Then u have a user name and password fill the form based on this entry and test the connection |
| All times are GMT +5.5. The time now is 04:13. |