Re: Retrieve OID from newly added record

2000-11-08 Thread Buddy Lee Haystack
-- Programmer / Staff Engineer http://www.arttoday.com/ -- - Original Message - From: "cbell" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 07, 2000 1:28 PM Subject: Retriev

Retrieve OID from newly added record

2000-11-07 Thread cbell
Hello everyone, does anyone know how to retrieve the Object Identifier (OID) from a record that was just inserted into a postgres database from within perl? These are the commands I'm using to insert the record: $sth = $dbh-prepare("Insert into inventory Values ($id)"); $rc = $sth-execute; $rc

Retrieve OID from newly added record

2000-11-07 Thread cbell
Hello everyone, does anyone know how to retrieve the Object Identifier (OID) from a record that was just inserted into a postgres database from within modperl? These are the commands I'm using to insert the record: $sth = $dbh-prepare("Insert into inventory Values ($id)"); $rc = $sth-execute;

Re: Retrieve OID from newly added record

2000-11-07 Thread Tim Tompkins
/ -- - Original Message - From: "cbell" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 07, 2000 1:28 PM Subject: Retrieve OID from newly added record Hello everyone, does anyone know how to retrieve the Object Identifier