Page 1 of 1

widestrings in dbexpress

Posted: Sun 13 Feb 2005 23:02
by Bazza
I'm trying to write widestrings to mysql database using latest driver under Delphi7. Using FieldByName('myfield).AsString corrupts the widestring (as expected, i end up with ?????????) and trying to set a field type of widestring (.Datatype := ftWideString) gives me a runtime error of "Data type not supported".

I am trying to save BIG5 encoded strings to mysql

Any help/assistance greatly appreciated.

Posted: Mon 14 Feb 2005 13:57
by Ikar
dbExpress technology doesn't support WideString not depending on used driver.