Parameter type 0 is not supported

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
rupurt
Posts: 1
Joined: Mon 01 Dec 2008 07:23

Parameter type 0 is not supported

Post by rupurt » Mon 01 Dec 2008 07:31

I have recently upgraded to dotconnect 5.0 and when i make a call to MySqlCommandBuilder.DeriveParameters to get the parameters for a stored procedure i get the following error "Parameter type 0 is not supported"

EDIT: It looks like the new connector has problems reading options for parameters of stored procedures

e.g. My parameter was defined as
"IN paramName TEXT character set utf8"

however the following worked fine
"IN paramName TEXT"

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

Post by Shalex » Thu 04 Dec 2008 13:28

The problem is fixed. Look forward to the next build of dotConnect for MySQL. It will be available in several days.

Post Reply