Error when querying

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for InterBase & Firebird in Delphi and C++Builder
Post Reply
tyler.smith
Posts: 9
Joined: Wed 22 Jun 2011 12:00
Location: United States

Error when querying

Post by tyler.smith » Wed 22 Jun 2011 19:24

When querying strings from a table I get the error....
Project projectname.exe raised exception class TDBXError with message 'arithmetic exception, numeric overflow or string truncation cannot transliterate character between character sets'.
any clue what something like this means? Thanks in advance.

Tyler

tyler.smith
Posts: 9
Joined: Wed 22 Jun 2011 12:00
Location: United States

Post by tyler.smith » Thu 23 Jun 2011 12:14

This is fixed!

If anyone is curious what I did was unchecked the useUnicode option under TSQLConnection->Driver->UseUnicode

Thanks

Post Reply