fengguangjin
Member
After rename the fieldname, the DataSet can not be updated, a new record can not be inserted. The error message is "ORA-00904 invalid column name". Here is SQL of the Oracle DataSet:
'SELECT C.rowid,'+
' C.CustomerName Customer_Name, C.CustomerNo Customer_No, C.contractno Contract_No,' +
' C.CustomerContact CUSTOMER_CONTACT' +
' FROM customerContracts C ';
Anybody knows how to deal with it? Thank you!
'SELECT C.rowid,'+
' C.CustomerName Customer_Name, C.CustomerNo Customer_No, C.contractno Contract_No,' +
' C.CustomerContact CUSTOMER_CONTACT' +
' FROM customerContracts C ';
Anybody knows how to deal with it? Thank you!