Error in Access DB with currency field type
Posted: Wed 23 Nov 2011 11:20
Hi,
i has an problem with open a table with currency fields. I think ther e was an error in UNIDacs-Components.
Following SQL-Statements fails:
SELECT * FROM ' + aTableName + ' ORDER BY "' + aOrder + '"' fails with this error message (in German): [Microsoft][OBDC-Treiber für Microsoft Access] Ungültiger Zeichenwert für Konvertierungsaufgabe bei Spaltennummer 17 (VP2_Prov)
VP2_Prov was an Curreny field. Same code in table without currency fields works perfect.
Regards
Delphi30
i has an problem with open a table with currency fields. I think ther e was an error in UNIDacs-Components.
Following SQL-Statements fails:
SELECT * FROM ' + aTableName + ' ORDER BY "' + aOrder + '"' fails with this error message (in German): [Microsoft][OBDC-Treiber für Microsoft Access] Ungültiger Zeichenwert für Konvertierungsaufgabe bei Spaltennummer 17 (VP2_Prov)
VP2_Prov was an Curreny field. Same code in table without currency fields works perfect.
Regards
Delphi30