In the SQL Server, Is it possible to move from a record to next record as VB Code (1 Viewer)

accesser2003

Registered User.
Local time
Today, 21:10
Joined
Jun 2, 2007
Messages
124
How can I move from record to the next record as what we do in the VB Code by using movenext and moveprevious.

How can I achieve this in the SQL Server code.

Thanks,
 

Pat Hartman

Super Moderator
Staff member
Local time
Today, 14:10
Joined
Feb 19, 2002
Messages
43,774
You are more likely to get an answer at a TSQL or PHP site or one that helps with stored procedures.
 
Local time
Today, 13:10
Joined
Mar 4, 2008
Messages
3,856
Pat, as usual, is right. You might want to read up on cursors in SQL Server.
 

Users who are viewing this thread

Top Bottom