P
Pradeepta Swain
Hi,
How can i pass a variable to a sql query like
rs = dbh.prepare("select *from status_check where id=204")
rs.execute
Instead of giving the value of id I want to make it dynamic ,where I can
pass the dynamic value of id fetched from database much like in PL/SQL .
How to do this .Anybody help !!
How can i pass a variable to a sql query like
rs = dbh.prepare("select *from status_check where id=204")
rs.execute
Instead of giving the value of id I want to make it dynamic ,where I can
pass the dynamic value of id fetched from database much like in PL/SQL .
How to do this .Anybody help !!