Hello all,
I hope someone here can help me.
Here's my problem
I have 2 Databases. One in MySQL and another in SQL Server. I am trying to link the MySQL Server into SQL Server using the MySQL ODBC driver 3.51. It appears to do so successfully until I try to run a query on any table in the MySQL Database. An error seems to occur on a datatype conversion. Specifically an error occurs on the char datatype and it says it's returning a different length.
"returned an unexpected data length for the fixed-length column '[MSDASQL].appt_phone'. The expected data length is 12, while the returned data length is 8."
I'm not quite sure where to go from here.
Any help would be greatly appreciated.
Thank you.
I hope someone here can help me.
Here's my problem
I have 2 Databases. One in MySQL and another in SQL Server. I am trying to link the MySQL Server into SQL Server using the MySQL ODBC driver 3.51. It appears to do so successfully until I try to run a query on any table in the MySQL Database. An error seems to occur on a datatype conversion. Specifically an error occurs on the char datatype and it says it's returning a different length.
"returned an unexpected data length for the fixed-length column '[MSDASQL].appt_phone'. The expected data length is 12, while the returned data length is 8."
I'm not quite sure where to go from here.
Any help would be greatly appreciated.
Thank you.