I'm having a bit of trouble with one of my applications. I have a table with a LONG column and am using a TOracleDataSet to attach it to my form. I have added a persistent field for the column and it got created as a TMemoField. I have a TRzDBMemo attached to the field (Raize Components). If I enter text into the field and cause my dataset to post the data, I receive three errors:
ORA-01461, ORA-06512, ORA-04088 (the latter two are trigger messages)
I'm using an instead of update trigger because the original table has mixed case field names and I'd like everything to be done the oracle way (I'm planning on rebuilding the tables with proper names, soon).
So, as far as I can tell, everything is properly set up for my long field to be sent to my database, but it's not happening. Any ideas as to why this is happening or how to work around it?
Delphi 4 C/S
OA 3.3.3
------------------
Ken Rachynski
ORA-01461, ORA-06512, ORA-04088 (the latter two are trigger messages)
I'm using an instead of update trigger because the original table has mixed case field names and I'd like everything to be done the oracle way (I'm planning on rebuilding the tables with proper names, soon).
So, as far as I can tell, everything is properly set up for my long field to be sent to my database, but it's not happening. Any ideas as to why this is happening or how to work around it?
Delphi 4 C/S

------------------
Ken Rachynski