
March 27th, 2000, 09:27 PM
|
|
Contributing User
|
|
Join Date: Jan 2000
Posts: 108
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
Hello.
What is the best way to retrieve a specific row from a SELECT return (in Perl DBI)?
For example, if I have a table with
First Name Last Name Phone #
First Name Last Name Phone #
First Name Last Name Phone #
If I wanted to access the information in the third row, what is the most efficient way to do this? (Right now, I am using a while loop, going through and fetching the row 3 times)
Thanks! http://www.datera.com
|