Search the MySQL manual:

9.2 MySQL ODBC Support

MySQL provides support for ODBC by means of the MyODBC program. This chapter will teach you how to install MyODBC, and how to use it. Here, you will also find a list of common programs that are known to work with MyODBC.

Subsections

User Comments

Posted by [name withheld] on Friday May 17 2002, @6:24am[Delete] [Edit]

This install error can also come up in a
Windows ME system. Same error message
but no ignore option.

Posted by [name withheld] on Friday May 17 2002, @6:24am[Delete] [Edit]

Installation problem fix: if you notice a "wrong
parameter" launching the "setup.exe" try this:
move the whole folder into your root dir, rename
the folder with no dots and retry. I downloaded
the zip file under documents and
settings\downloads\dev\mysql\myodbc-2.50.39-nt\
(using the winzip shell command) and it doesn't
work. I simply tried to cut the path and remove
the dots and it runs correctly. =tK=

Posted by [name withheld] on Tuesday November 19 2002, @5:56am[Delete] [Edit]

Problema con MySQL - MyODBC - Clarion 5.5(ABC)
Cuando genera la consulta de una tabla, pone el
nombre en MAYUSCULAS y entre " " .
El MySQL lo considera un error.
Esto lo mire con el Trace SQL.LOG

Ejemplo:
SELECT * FROM "TABLA" <<<< -- ERROR
SELECT * FROM Tabla <<<<<- OK

Cual puede ser el Problema??

Add your own comment.