Hallo together,
is there anybody who can help me ??
I want to connect me to MySql with VB.Net and then bind a Dataset to a datagrid (not with ADO-Recordset).
Thanks and sorry for my bad english.
Printable View
Hallo together,
is there anybody who can help me ??
I want to connect me to MySql with VB.Net and then bind a Dataset to a datagrid (not with ADO-Recordset).
Thanks and sorry for my bad english.
The "Provider = value " clause is required. However, you cannot use "Provider = MSDASQL" because the OLE DB .NET Data Provider does not support the OLE DB Provider for ODBC (MSDASQL). For access to ODBC data sources, an ODBC .NET Data Provider is available as a separate download at http://msdn.microsoft.com/downloads