P patsr Member Feb 13, 2004 #1 I got this error for any table that I want to insert new records. I got this error since I update to DOA version 3.4.6.4 with DELPHI 7. I'm using DOA to access table under Oracle 9.2 Should I update to the latest version of DOA?
I got this error for any table that I want to insert new records. I got this error since I update to DOA version 3.4.6.4 with DELPHI 7. I'm using DOA to access table under Oracle 9.2 Should I update to the latest version of DOA?
H hsteigstra Member² Feb 16, 2004 #1 Seems like a basic SQL problem: the string length of the data to be stored exceeds the size of the database column.....
Seems like a basic SQL problem: the string length of the data to be stored exceeds the size of the database column.....