coldfusion244 Posted January 15, 2005 Posted January 15, 2005 I am having a heck of a time finding good resources for using MySQL in ASP.NET, if anyone has some good resources or some source code laying around, it would be greatly appreciated :D Quote -Sean
penfold69 Posted January 17, 2005 Posted January 17, 2005 Pull the MySQL Connetor/Net Gamma 1.0.3 down - it does include some code samples, but the libraries are based on the IConnection, IDataAdapter, IDataReader and ICommand interfaces, so usage is identical (in most respects) to the SqlClient libraries. If you need more help, give me a shout - I've implemented an abstract database layer for my application that uses the interfaces to allow me to connect to practically any supported database type :D B. Quote
Diesel Posted January 18, 2005 Posted January 18, 2005 There's a lot of books on MySql out there...and if you look on php.net you will find something. If you've used any of the Ado.net classes before, MySql uses the Odbc namespace. Quote
coldfusion244 Posted January 18, 2005 Author Posted January 18, 2005 Thanks! For some reason, .NET is seeing my SQL server... I tried to ODBC it, and it still kept giving me errors... hmm.. any thoughts? Quote -Sean
bungpeng Posted January 18, 2005 Posted January 18, 2005 You need to install also the Mysql ODBC, the add/delete/find coding are same no matter you connect to MSSQL or others. Just the connection string different. It is easy to learn Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.