RE: Stored Procedure / returning primary key

2004-02-03 Thread Christoph Bohl
1:52 PM > To: [EMAIL PROTECTED] > Subject: Stored Procedure / returning primary key > > > Gurus, > > I try to use a stored procedure to insert a table. This works perfectly. The > stored procedure does correctly return the values that get inserted into the > database. >

RE: Stored Procedure / returning primary key

2004-02-03 Thread Ron Gallagher
Chris -- Please provide the class descriptor that contains this insert-procedure element. Ron. -Original Message- From: Christoph Bohl [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 1:52 PM To: [EMAIL PROTECTED] Subject: Stored Procedure / returning primary key Gurus, I

Stored Procedure / returning primary key

2004-02-02 Thread Christoph Bohl
Gurus, I try to use a stored procedure to insert a table. This works perfectly. The stored procedure does correctly return the values that get inserted into the database. Unfortunately, the object I am inserting does not change after the insert (toString() before and after). Can you please