2 messages in com.mysql.lists.dotnetwhich connector to use?
FromSent OnAttachments
Neal Holifield13 Feb 2007 10:57 
Lynn Eriksen13 Feb 2007 11:04 
Subject:which connector to use?
From:Neal Holifield (nhol@jeffersonmedical.net)
Date:02/13/2007 10:57:55 AM
List:com.mysql.lists.dotnet

I have an application written in C# Express that uses the dotnet connector 1.0.7 (the .Net 2.0 binary) When I change to the dotnet connector 5.0.3, I can no longer fill a dataset. (ie. DataAdapter.Fill (DataSet, "source"). I get an error telling me that my parameters in my DataAdapter.Command are not defined, but stepping through the application in debug, I can see that the parameters are defined with valid values. I am making the query against a MySql Server 4.1.14. Do I have to use 5.0 for the 5.0 connector?