MySQL ODBC/OLE DB Drivers

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default MySQL ODBC/OLE DB Drivers

    I've just started playing with MySQL.

    Most of my current apps are either ASP or VB6, using SQL Server. Obviously,
    in order to use MySQL in these apps, I need appropriate drivers.

    However, they dont provide the necessary ODBC/OLE DB files as Windows
    binaries on the MySQL site - they only have BitKeeper source code.

    Does anyone have the necessary compiled binaries? What do others use for
    connectivity? Are ther alternatives?

    Thanks in advance...

    Chris


    CJM Guest

  2. Similar Questions and Discussions

    1. ODBC Drivers error '80004005'
      :confused;When I try to connect to my Access db I get Microsoft OLE DB Provider for ODBC Drivers error '80004005' Driver's SQLSetConnectAttr...
    2. Updating mysql ODBC drivers in CF
      How do you (me,I) update mysql drivers in cf
    3. Probelm with Unicode and ODBC-Drivers
      Hi Folks, I've a problem with Unicode and ODBC. I'm using Perl 5.8.4 Build 810 under Win32 and a Postgres-ODBC-Driver. When data like "äöüÄÖÜ"...
    4. Which ODBC drivers
      My customer is currently using Informix-SE 7.25 on Solaris (?). They have access to the database from windows using PowerBuilder through...
    5. Level 2 ODBC Drivers for IDS
      IDS 9.21.FC4-1 Solaris 8 Wintel client machine We want to use the AcuCorp AcuCobol product. We ran its ODBC Driver test program, and it...
  3. #2

    Default Re: MySQL ODBC/OLE DB Drivers

    Hello CJM

    You can download MySQL ODBC Driver from
    [url]http://www.mysql.com/downloads/api-myodbc-3.51.html[/url]

    You can use ADO trought ODBC to connect to MySQL Server

    Sguindaw

    CJM wrote:
    > I've just started playing with MySQL.
    >
    > Most of my current apps are either ASP or VB6, using SQL Server. Obviously,
    > in order to use MySQL in these apps, I need appropriate drivers.
    >
    > However, they dont provide the necessary ODBC/OLE DB files as Windows
    > binaries on the MySQL site - they only have BitKeeper source code.
    >
    > Does anyone have the necessary compiled binaries? What do others use for
    > connectivity? Are ther alternatives?
    >
    > Thanks in advance...
    >
    > Chris
    >
    >
    Sguindaw Guest

  4. #3

    Default Re: MySQL ODBC/OLE DB Drivers

    Oops.. I was looking at the development release!

    Cheers


    CJM Guest

  5. #4

    Default Re: MySQL ODBC/OLE DB Drivers

    > You can download MySQL ODBC Driver from
    > [url]http://www.mysql.com/downloads/api-myodbc-3.51.html[/url]
    Check out MyOLEDB provider there too

    --
    Mike Collier
    FREE ADO Inspector tool when you register at ADO forum.
    [url]www.adoanywhere.com[/url]
    [url]http://www.adoanywhere.com/forum[/url]



    Mike Collier Guest

  6. #5

    Default Re: MySQL ODBC/OLE DB Drivers


    "Mike Collier" <noemail@noemail> wrote in message
    news:un6gvfq6DHA.3804@tk2msftngp13.phx.gbl...
    > > You can download MySQL ODBC Driver from
    > > [url]http://www.mysql.com/downloads/api-myodbc-3.51.html[/url]
    >
    > Check out MyOLEDB provider there too
    >
    I am embarking on a project to talk to my MySQL database with Visual Basic.

    Just to get started I wanted to use the sample on the MySQL web site:

    [url]http://www.mysql.com/products/myodbc/manual.html#ODBC.NET(VB[/url])

    I am unable to get the example to compile successfully. Specifically, I am
    unable to resolve the reference "Imports Microsoft.Data.Odbc".

    Anyone have any suggestions on how to get the sample to compile?

    Thanks,

    Mike


    --
    Mike Walsh - mike_walsh at mindspring.com



    Mike Walsh Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139