I've used Visual Basic for years and have never had a problem with this
issue.  I can use the following code to do this:

do until (rs.eof)
...
rs.movenext
loop

Does anybody know how to step through a database in PHP?





-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to