Re: C# MySqlAdapter
Posted by: Fernando Gonzalez Sanchez
Date: July 15, 2013 04:08PM

MySqlDataAdapter is compliant with ADO.NET API, it can pretty much autogenerate the update, delete and insert commands for you.

For an example specific to MySql, see
http://dev.mysql.com/doc/refman/5.0/en/connector-net-tutorials-intro.html

For more information on DbDataAdapter (the base class of MySqlDataAdapter, as well as all other Database ADO.NET provider), see
http://msdn.microsoft.com/en-us/library/bh8kx08z.aspx

Options: ReplyQuote


Subject
Written By
Posted
July 13, 2013 05:40PM
Re: C# MySqlAdapter
July 15, 2013 04:08PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.