DbType Object is not supported

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
szymonkurek
Posts: 2
Joined: Fri 26 Dec 2008 18:07

DbType Object is not supported

Post by szymonkurek » Thu 05 Feb 2009 22:15

Hi

When I try update row (gridView) have information "dbtype object is not supported". What I must do to fix it ?
I use Visual Studio 2008 (ASP.NET application) and dotConnect for MySQL 5.0.20.0.

Greetings
Szymon Kurek

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 06 Feb 2009 13:31

We cannot reproduce the mentioned problem. Are you using MySqlDataSource from the MySQL Data tab of Toolbox? Have you generated Update Commands for the table you are working with?
Please send me (alexsh*devart*com) a small test project that reproduces the problem. Include definitions of database objects and avoid using third-party components.

Post Reply