Ahmet
The current release of Connector/net does not allow this functionality but
we are working on it and will have something available in this area in the
first quarter of '05.
-reggie
> -----Original Message-----
> From: Ahmet Erispaha [mailto:ahmet_erispaha@stripped]
> Sent: Wednesday, January 12, 2005 4:36 PM
> To: dotnet@stripped
> Subject: Re: How do you create a DSN using ByteFX?
>
> Thanks, Shawn, for the explanation. Do the .net providers support all the
> Server Explorer drag and drop features in Visual Studio?
>
> Just as a learning experience, I've been trying to convert an asp.net demo
> from SQL Server to MySQL. This demo uses the V.S. drag and drop features
> using the DataAdapter configuration Wizard, and binding a DataGrid to a
> DataSet to enable data updates. I got pretty far using the MySQL ODBC
> 3.51
> driver but hit a brick wall in the DataGrid's Updatecommand event handler.
> In order to parallel the original demo I should see a FindBy<keycolumn>
> method that takes a key value from the DataGrid and returns a Row object
> specific to my DataSet... but it's not there.
>
> Visual Studio is doing a lot behind the scenes that I don't fully have a
> grasp of yet. What I have seen is that, using MySQL ODBC 3.51, I was able