Ask a Question related to ASP Database, Design and Development.
-
CJM #1
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
-
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... -
Updating mysql ODBC drivers in CF
How do you (me,I) update mysql drivers in cf -
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 "äöüÄÖÜ"... -
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... -
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... -
Sguindaw #2
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
-
CJM #3
Re: MySQL ODBC/OLE DB Drivers
Oops.. I was looking at the development release!
Cheers
CJM Guest
-
Mike Collier #4
Re: MySQL ODBC/OLE DB Drivers
> You can download MySQL ODBC Driver from
Check out MyOLEDB provider there too> [url]http://www.mysql.com/downloads/api-myodbc-3.51.html[/url]
--
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
-
Mike Walsh #5
Re: MySQL ODBC/OLE DB Drivers
"Mike Collier" <noemail@noemail> wrote in message
news:un6gvfq6DHA.3804@tk2msftngp13.phx.gbl...I am embarking on a project to talk to my MySQL database with Visual Basic.>> > 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
>
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



Reply With Quote

