Results 1 to 2 of 2

Thread: Connection with VB.Net and MySql

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2002
    Posts
    1

    Question 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.

  2. #2
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    Dublin (Ireland)
    Posts
    304
    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
  •  



Click Here to Expand Forum to Full Width