ASP and mySQLDirect

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Ralf

ASP and mySQLDirect

Post by Ralf » Tue 07 Feb 2006 18:55

I use the component designer to create a MySQLConnection with success. I setup a MySQLDataAdapter with success. I can preview my table etc. But i am not able to generate a new Dataset with the context menu on MySQLDataAdapter. I get an error message : "object reference not set to an instance"

Coding this is no problem, but i want to use this features with the designer. What am i doing wrong ?

VS2005, mySQLDirect 3.20.09

Serious

Post by Serious » Wed 08 Feb 2006 08:09

DataSet generation for ASP.NET projects isn't supported yet. In WinForms projects it works properly.

Ralf

Post by Ralf » Wed 08 Feb 2006 10:06

Is there a time line for adding this feature ?

Serious

Post by Serious » Wed 08 Feb 2006 14:05

We plan to support DataSet generation in ASP.NET projects in the next version. We cannot specify exact date now.

Post Reply