Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Perl DBI
I use perl DBI, I like to pass an argv into select statement as below: my($sth) = $dbh->prepare("select * from test where name like'$ARGV[0]'");
the $ARGV is string: "This is a test%"
But, I always get error messages. Do I miss something. Thanks... Received on Thu Apr 02 1998 - 00:00:00 CST
![]() |
![]() |