On Thu, May 19, 2005 at 10:20:36AM +0400, Laura wrote:
> I just need to insert the data and get back it`s id 
> immediately...
> 
> $sql="insert into tbl 
> values(nextval('tbl_id'),'some_value')";
>   $k->post("ladbi" => "do",
>            SuccessEvent => "insert",
>            FailureEvent => "failed",
>            HandleId => $dbh_id,
>            Args => [ $sql],
>            );

It looks like the author of LaDBI doesn't read the list.  Maybe you
can contact him directly?  His e-mail address is in the documentation.

-- 
Rocco Caputo - http://poe.perl.org/

Reply via email to