Hello, I use castor in combination with a oracle database. For the primary key i use a sequence. When castor inserts a record it uses a select sequence_name.currval from table_name to het the id of the last inserted record. Is there a good reason not to use select sequence_name.currval from dual?
with kind regards Leo Blommers -- L. Blommers Acklin | agent based support, http://www.acklin.nl Taxandriaweg 12b, 5142 PA Waalwijk, The Netherlands phone: +31416347470 fax: +31416348276 mobile:+31614682197 mail: [EMAIL PROTECTED] Information in this message may be confidential and is intended for the recipient only. Please do not use the content of this message if you receive this unintentionally and notify us by return mail. ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------

