|
-
May 14th, 2002, 10:03 AM
#1
Thread Starter
New Member
Connection with VB.Net and MySql
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.
-
May 19th, 2002, 03:57 AM
#2
Hyperactive Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|