Problem with "Defaults" in database tables
Posted: Thu 10 May 2007 09:02
Hi,
after switching to new ODACs 6.00.0.6 from 5.80.0.41 I have the following problem:
I have a table in the database where the name of the user who created an entry and the time the entry was created are filled with default values (user and sysdate).
In the program I work with this database table via TOraTable.
I changed following options on TOraTable
AutoCommit = false;
DMLRefresh = true;
Filtered = true;
RequieredFields = false;
StrictUpdate = false;
All other values are default.
So when I try to insert data into the table without providing the user and the time with the old odacs everything works fine.
With the new odacs I get an error message telling me that I have to provide the user.
Any suggestions? Are there new options to set?
Thanks in advance
after switching to new ODACs 6.00.0.6 from 5.80.0.41 I have the following problem:
I have a table in the database where the name of the user who created an entry and the time the entry was created are filled with default values (user and sysdate).
In the program I work with this database table via TOraTable.
I changed following options on TOraTable
AutoCommit = false;
DMLRefresh = true;
Filtered = true;
RequieredFields = false;
StrictUpdate = false;
All other values are default.
So when I try to insert data into the table without providing the user and the time with the old odacs everything works fine.
With the new odacs I get an error message telling me that I have to provide the user.
Any suggestions? Are there new options to set?
Thanks in advance