Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Posted
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.
Posted
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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...