Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Going to first record on a record set in DBI

by chuleto1 (Beadle)
on Jul 21, 2003 at 11:50 UTC ( #276228=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Do while not rst.EOF
          rst1.MoveFirst
    ...
             Loop
          rst.MoveNext
    Loop
    
  2. or download this
    while ( @row = $sth3->fetchrow )       
    {       
    ...
            }
            
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://276228]
Approved by gmax
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2023-05-30 18:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?