Incorrect parameter datatype
I'm migrating an application from SQL Server 2008 to MySQL 5.5. I'm using Delphi 2006, MySQL ODBC connector v5.1.
I'm using the ADO components (called dbGo in Delphi), but find SQL parameter datatype is always reported as ftString when connected to MySQL, whereas the correct datatype is reported when connected to SQL Server.
My only workaround at the moment is to manually configure each parameter to the correct datatype (very tedious).
Is there a better solution?
Subject
Written By
Posted
Incorrect parameter datatype
June 30, 2011 11:15AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.