Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> How can I update DB using PERL?
I had implemented inserting into a DB and selecting from a DB and I'm tring to update a DB (Oracle) using Perl at this time. but this isn't implemented .
I had done following as :
if table name is T1, field names are F1,F2,F3, and input variables
$V1,$V2,$V3
$dbh->do("update T1 set F1=$V1, F2=$V2, F3=$V3 where num=$v_num") || die
DBI->errstr;
that result is "ORA-00936: missing expression " but I don't know what I missed.
I'll wait for your answer!!! Received on Mon Nov 01 1999 - 03:26:15 CST
![]() |
![]() |