Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want someone to help me traslate "System.Data.Common.DbParameter[]" into MySql order such like these:"MySql.Data.Common.????".THX very much!
Posted
Updated 28-Nov-12 3:44am
v2
Comments
Love 2 code 28-Nov-12 13:45pm    
If you could use the System.Data.Odbc.OdbcCOnnection to connect to your mysql DB, you could use an System.Data.Odbc.OdbcParameter. If that doesn't work, you need a 3rd party dll, to establish your mysql connection from .NET.
gavinv 28-Nov-12 20:30pm    
I use MySql connector/net to connect .net,so,would you give me some ideas?

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