On Mon, 2006-04-03 at 00:38 +0300, Giannis Economou wrote: > The id is a nice way to go, but what can someone do if we are talking > about new records that get their ids from the database and C:DBI's > create() method does not create any id until the database provides it.
Class::DBI's crate() method immediately inserts the row and gets an ID. It is not possible to have a Class::DBI object without an ID. - Perrin --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
