Re: auto increment not working

2004-04-26 Thread Glenn Barnard
of all my problems with MS SQL Server! Good luck and let us know how you fare. From: Armin Waibel [EMAIL PROTECTED] Reply-To: OJB Users List [EMAIL PROTECTED] To: OJB Users List [EMAIL PROTECTED] Subject: Re: auto increment not working Date: Sat, 24 Apr 2004 10:31:35 +0200 Hi Nilesh, class

Re: auto increment not working

2004-04-24 Thread Armin Waibel
increment not working Date: Sun, 22 Feb 2004 19:40:34 +0530 In my OJB (using PersistenceBroker ) application auto-increment is not working. I am using MySQL in which I have also used the auto-increment constraint for the Primarykey ( bigint(20) ) For my database definition i have used

RE: auto increment not working

2004-04-23 Thread Glenn Barnard
increment not working Date: Sun, 22 Feb 2004 19:40:34 +0530 In my OJB (using PersistenceBroker ) application auto-increment is not working. I am using MySQL in which I have also used the auto-increment constraint for the Primarykey ( bigint(20) ) For my database definition i have used

Re: auto increment not working

2004-04-23 Thread Nilesh
Message - From: Glenn Barnard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 23, 2004 8:56 PM Subject: RE: auto increment not working Your settings look good. I use this technique with MS SQL Server and all is working well. Please note which version of OJB you're using