Hi, I'm trying to make delphi 6.0 talk to oracle. I'm using dbexpress to make a connection, then I'm using a SQLTable, a DataSetProvider and a ClientDataSet.
Everything appears to be working fine, but when I call the DataSet.ApplyUpdates, I get the error: "ORA-01722 - Invalid number type" ... does anyone knows what is the problem?? Or what I'm doin wrong???
Thanks a lot, Hodgskin.
ps.: I have only one numeric field on my table and is a integer declared as "number(8)" ...