Mat Harrison [[EMAIL PROTECTED]] wrote:
> I know about using
> 
>     @results = $sth->fetchrow_array();
> 
> but that only gets one row. I have read about fetchall_arrayref but what
> does this do, how do i use it and what is an array reference?

You'll find the answer and tons more good info by doing

   perldoc DBI

at the command prompt.  If you're on Windows, I believe you
can bring up a DOS window and type "perldoc DBI" at that
command prompt.

When in the perldoc, you can search by using the "/" - search
for "fetchall" by doing 

  /fetchall

HTH.

-- 
Hardy Merrill
Senior Software Engineer
Red Hat, Inc.
[EMAIL PROTECTED]

Reply via email to