Re: MySQLDataAdapter on .NET Core 2
Posted by: Roberto Ezequiel Garcia Ballesteros
Date: June 15, 2017 08:52AM

Hi Hugo,

Dotnet core 1.X doesn't support full ADO.NET.
Classes like MySQLDataAdapter and other are not supported. In that case you may use MySqlDataReader and MySqlDataCommand to store/retrieve your data.

Regards,
Roberto

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQLDataAdapter on .NET Core 2
June 15, 2017 08:52AM


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.