Tsuji,
you wrote: "...Go to control panel and under system info, there is an odbc info. Click it out and look for the MySQL driver build. Specific attention is on the minor build. Even with MySQL 5.0, the driver is an independent downloadable update. You can even blindly download the latest odbc driver for windows from the mysql site and install the latest - that's is important, because, legacy version contains bugs for calling stored procedure."
Now, my hosting company says: "We have updated the driver to the latest version (5.1.5)."
However, every time I run this statement:
response.write "driver version: " & Conn.properties("driver version").value & "<br />"
...it gives me 03.51.04.
Now, i think the hosting company went to this page:
then i think they downloaded the 5.1.5 download. (They also rebooted the server.)
However, i'm seeing no change with the minor build of the ODBC driver.
Do you see what they did wrong?
thanks,