brian wrote:

I looked but I didn't see a method for retrieving the auto generated
value from an insert statement. Is there a way to do this when the data
is saved this way?


Try:

Event event = new Event();
event.save();
int eventId = event.getEventId();


Scott


--
Scott Eade
Backstage Technologies Pty. Ltd.
http://www.backstagetech.com.au





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



Reply via email to