Error: -2147417848

General usage of Access to MySQL

Moderator: jr

Post Reply
GarySprunk
Posts: 1
Joined: Tue Apr 04, 2006 8:06 pm
Location: Phoenix, Arizona

Error: -2147417848

Post by GarySprunk »

Every time I try to move a table into a MySQL database I get the error:

Program Version: 2.0.0.46
ODBC Version: 5.0.0.0
Function: modMySql.MoveData2MySql
Error: -2147417848
Reason: Method '~' of object '~' failed
SQL: CREATE DATABASE IF NOT EXISTS `newbackend`

I Googled the error #; it is very general; I don't know what to change. :(
jr
Site Admin
Posts: 500
Joined: Sun Mar 26, 2006 12:28 pm

Post by jr »

The MySQL ODBC driver 5.0 will not do the job. You have to go to http://dev.mysql.com/downloads/connector/odbc/3.51.html and download version 3.51. This version is much better :!:
Post Reply