select query
Hi, I am able to prepare a select query to an Ingress database requesting multiple column values from 1 table where a column value matches a variable value, ie,"my $sth->prepare("SELECT p.fname, p.lname, p.dob, p.sex, p.idnum FROM emppid p WHERE p.idnum=$idnum"). This query works. When I try to
db access through web browser
Hi, I'm new to perl and am trying to create an access to db's on an NT sql server via a web page. Can anyone suggest a good example or some relevant documentation? Thanks, Rich