These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Get column value for a new row that is inserted
PostPosted: Fri Mar 18, 2005 3:22 am 
Newbie

Joined: Thu Mar 17, 2005 5:58 am
Posts: 4
Hello,

The primary key for the row gets incremented to the next max value using a trigger at the time of inserting a new row.
When i immediately try to get the value of this primary key, for the new row that was inserted, using a select statement: "select max(recID) from rec", a error is thrown saying "FROM keyword where was expected".
The session seems to be using prepared statement, where i wld like to use a statement to get the value of the primary key.
Is there another way out to find the value of this primary key after a new insert.

Thanks in advance.


Regards
sreedhar


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.