Intraweb and doa4d7

I am experimenting with Intraweb. I can get a grid happening, displaying my data, scrolling through, moving the active row to the selected row, but if I try either by navigation bar or manual code to edit the dataset I get the message ora-00942. I am using a TOracleDataset, query on one table, rowid included, updating table set, no parameters passed, design connection false.
Any suggestions?
Thank you
 
Perhaps you can set TOracleDataSet.Debug to True to find out what statement causes this error? You can also use the OracleMonitor for this.
 
Back
Top