M
Mark Worsnop
I need to access both SQL Server and MySql in my application. I started by
using the OLEdb connection and that works.
However I want to stay with the SQL Natiive drivers. The SQL side of the
app looks like it will be ok.
For the MySql side I got the latest MySql .NET
but it doesnt seem to have a data adapater and such like SQL Server native
does.
Like
Dim CN as new SqlConnection
this doesnt work with the MySql drivers.
Sorry for the dumb questions, I am a newbie at .Net and trying to get up to
speed.
using the OLEdb connection and that works.
However I want to stay with the SQL Natiive drivers. The SQL side of the
app looks like it will be ok.
For the MySql side I got the latest MySql .NET
but it doesnt seem to have a data adapater and such like SQL Server native
does.
Like
Dim CN as new SqlConnection
this doesnt work with the MySql drivers.
Sorry for the dumb questions, I am a newbie at .Net and trying to get up to
speed.