Hi list,
when I create a table with columns set to 'Not Null' the generated Java code does not enforce this in any way. When I initialize an object without setting all required attributes and then try to store it, I get an SQL exception. Wouldn't it be more efficient to test this in the Java class, instead of relying on the database?



Stephan





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to