Re: How can I insert a null value into an int field?

2006-02-16 Thread Christopher Cheng
I am using SQL Server 2000 and I want to insert a null value into a field instead of 0. How could I do that in OJB? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How can I insert a null value into an int field?

2006-02-16 Thread Christopher Cheng
I am using SQL Server 2000 and I want to insert a null value into a field instead of 0. How could I do that in OJB? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How can I insert a null value into an int field?

2006-02-16 Thread Thomas Franke
Christopher Cheng wrote: I am using SQL Server 2000 and I want to insert a null value into a field instead of 0. How could I do that in OJB? To insert also null values we use Integer, Long and so on instead of their primitive complement. regards, Thomas

Re: Retrieving collections when FK is a VARCHAR

2006-02-16 Thread Alessandro Vincelli
thanks for your job! Alessandro Jakob Braeuchi ha scritto: hi alessandro, i just commited the backport for relations based on non-pk fields. so this feature will be available in ojb 1.0.5. jakob Jakob Braeuchi schrieb: hi alessandro, relationships based on non primarykey fields are