Matt Holmes Guest
|
Posted: Tue Jan 23, 2007 4:03 am Post subject: C++ Builder: Paradox to MySQL conversition error |
|
|
I am asking this question here, because the other newsgroups seem dead (no
posts for a month or more).
I am in the process of converting an application from Paradox to MySQL for a
customer. We are using ODBC to connect to the MySQL database, but we
continuly get the error:
TblCompany: Field type mistmatch on field 'AnnDate', Expected: Boolean, Got
SmallInt
I've updated the table definition for TblCompany from inside BCB, and it has
the type for that field listed as SmallInt (as it should be, as it's TINYINT
in MySQL).
What am I missing here? I am new to BCB and the BDE stuff, coming from the
Microsoft world, so this is all confusing to me. Any help would be
appreciated.
Matt Holmes |
|