On Thu, Nov 08, 2007 at 11:29:01AM +0100, Petr Jake?? wrote: > Anyway I thing I have to catch the idSequence which is used as a primary key > in the master tabel record (row) because I need to insert this value to the > detail table(s) as foreign key(s). Or am I missing or overlooking something?
After the row has been inserted into the master table the generated value becomes its ID, so you only need to get .id and use it as the foreign key. Oleg. -- Oleg Broytmann http://phd.pp.ru/ [EMAIL PROTECTED] Programmers don't die, they just GOSUB without RETURN. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss