posted 21 years ago
Hi all,
Does any one know if there can be any constraints on the a table (in Oracle) that prohibits record inserts through web based tools, but does permit to delete the records.
My observation:- Iam using 'executeUpdate()' to perform inserts.When I check the returned int value, it is '1'.Which is correct as Iam inserting one record into the table. But when I check the table I do not find any values. It is empty. It is not throwing any sqlException.
But when I use 'executeUpdate()' to delete records it works fine.
thanks in advance,
suresh