Did you ever solve this?  I'm having the same issue with Sybase 11.9.3
identity columns.
"Peter Costa" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I am stuck with it for right now. So I take it there is no easy way
> around this other than removing the Identities. If anyone has any
> suggestions it would be much appreciated. I am pretty much stuck right
> now.
>
> Thank you.
>
> Peter
>
> -----Original Message-----
> From: Ryan Vanderwerf [mailto:[EMAIL PROTECTED]
> Sent: Wed 4/9/2003 5:27 PM
> To: OJB Users List
> Cc:
> Subject: RE: Identity_Insert mssql
>
>
>
> Personally I'd remove use of identities where you can, and use
> the
> SequenceManangerStoredProcedureImpl class, it will use a stored
> procedure instead which is multi-app server safe (and tested on
> mssql).
> It's in current cvs, I'm guessing it will be in next rc3
> release. That
> identity stuff isn't worth it, if you are stuck with them then
> my
> condolences ;)
>
> Ryan
>
> -----Original Message-----
> From: Peter Costa [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 09, 2003 3:51 PM
> To: [EMAIL PROTECTED]
> Subject: Identity_Insert mssql
>
> We are using OJB and mssql. We are having problems with tables
> that have
> an identity field on the which allows for auto-incrementing. I
> have been
> told that it was fixed in 1.0, but when we tried it we still had
> issues.
> Does anyone know about this issue? Do I need to change something
> in one
> of the xml files? Any help would be appreciated. Thank you.
>
> Peter
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>




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

Reply via email to