HI, I am a fairly experienced ASP developer making the move to ASP.net.
I am trying to open a database connection to a MySQL database but I am finding it overly complicated and not at all user friendly.
Is there no way to open a database connection, get a recordset and Move, Insert, and Delete on the fly? Is there no .AddNew, .MoveNext or .Update functionality?
At the moment I am using the MySQLDataAdapter to fill a Dataset but I can't see how to update changes back to the Table.
Do I really have to construct INSERT and UPDATE sqlCommands and execute them?
Any example code (in VB) would be gratefully received.