Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create program that can create DSN on button click.
For that i need dll like ODBCCP32.dll which get used for Access database.
Like that which dll should i used for mysql database.
i need quick answer pls.
Posted
Comments
AmitGajjar 4-Sep-12 1:02am    
you want to access mysql database / you want to create DSN ?

Hi,

All MySQL Connectors[^]

You can find your connector from above link
Thanks
-Amit Gajjar
 
Share this answer
 
Comments
SamWakchaure 4-Sep-12 1:07am    
i want to create DSN not to access mysql Db.
AmitGajjar 4-Sep-12 1:10am    
i already answer your this question on http://www.codeproject.com/Answers/452374/how-to-create-DSN-on-button-click#answer2

Why you ask similar question again ?
Go to the below link and download the Connector/Net 6.5.4(I use MSI installer, easier)
http://dev.mysql.com/downloads/connector/net/[^]

Once installed the files, then add the following references to your application,

Dll names
1) MySQL.Data.dll
2) MySQL.Data.Entity.dll
3) MySQL.Web.dll

For further & advanced use red the following documentation,
http://dev.mysql.com/doc/refman/5.5/en/connector-net.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900