kiwipenguin
07-12-2003, 10:31 PM
Hi there
I'm writing a short Perl script to pull some data out of an Access database. It works fine, however I recall seeing you could us a ? in the WHERE statement to pass a variable to the script thru the browser. Is the right?
My current statement is: SELECT * FROM Table1
I've got : SELECT * FROM Table1 WHERE category=?
but this fails. Can someone point me in the right direction?
I'm writing a short Perl script to pull some data out of an Access database. It works fine, however I recall seeing you could us a ? in the WHERE statement to pass a variable to the script thru the browser. Is the right?
My current statement is: SELECT * FROM Table1
I've got : SELECT * FROM Table1 WHERE category=?
but this fails. Can someone point me in the right direction?