Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Moving in a db

Status
Not open for further replies.

TheConeHead

Programmer
Aug 14, 2002
2,106
US
In SQL you can do rs.MoveNext(); to move to the next row or rs.MoveFirst(); to move to the first row... is there anything like that with MySQL?

[conehead]
 
Yes, there is.

But the availability of that functionality is dependent on your programming language.

You seem to be trying to use PHP. Since you are asking PHP questions, not MySQL questions, your post is more appropriate to the PHP forum: forum434

Want the best answers? Ask the best questions: TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top