Mysql and DBI question

2002-01-03 Thread Boex,Matthew W.
question, i am using perl DBI and have a query from a table called usernames. here is the query... $sth2 = $dbh->prepare("select * from usernames where state = $quoted_the_state order by $the_sort_criteria limit $point, 25") ; i then execute the query, pulling off various columns... $array_r

Mysql and DBI question

2002-01-02 Thread Boex,Matthew W.
question, i am using perl DBI and have a query from a table called usernames. here is the query... $sth2 = $dbh->prepare("select * from usernames where state = $quoted_the_state order by $the_sort_criteria limit $point, 25") ; i then execute the query, pulling off various columns... $array_r