questo che ti poso è un poì' di sorgente
[code]

Dim sConn As String = "Driver=MySQL ODBC 3.51 Driver; Server=localhost;Database=database
ce;dsn=dsn;uid=amodio;password=amodio;"
Dim SQL As String = "SELECT id, categoria FROM categoria"
Dim objConn As New OdbcConnection(sConn)
Dim objCommand As New OdbcCommand(SQL, objConn)
Dim objreader As OdbcDataReader
'Dim objdataset As New DataSet()
'Dim objdataadapter As New OdbcDataAdapter(sSQL, objConn)
Try

[/ode]

devi prenderti l'ultima versine in quanto supporta mysql
se usi semplicemente ado.net lui emula il driver quindi nn hai le stesse performance

claro?