on 1/31/01 12:25 PM, "James Cerezo" <[EMAIL PROTECTED]> wrote: > I need a way to generate a field value from the value of the generated ID. > For example, if the generated ID is 99, I might set another field to > "ABC99". Looking at the source, I can't figure out a way to do this, as the > generation of the ID and the insertion of the record is an atomic operation > wrapped up by the doInsert() operation. > > Is there a way to do this that I'm not aware of? > > thanks, > James Cerezo do an update after the insert. -jon ------------------------------------------------------------ To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]
