|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Move to the next record.
<i><b>Originally posted by : Davo (david_r_wyatt@hotmail.com)</b></i><br /><br />Hi how do i move to the next record in my asp pages.<br /><br />i am using an access database, andi am recalling the data from the specified fields.<br /><br />i want to go to the next record., i also would like to go to the previous record.<br /><br />also can the answer be e-mailed to me, because i can only check out the forum every week. but i can access my e-mail everyday, its a wierd system.<br /><br />thank-you all in advance<br /><br /><br />Davo<br /><br />mailto: david_r_wyatt@hotmail.com<br /><br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : kr</b></i><br /> Make use of the follwing like<br />rs.movenext to go to the next record, rs being the recorset object.<br /><br /><br />MoveFirst Makes the first row active. <br />MoveLast Makes the last row active. <br />MoveNext Moves the active row pointer to the next row. <br />MovePrevious Moves the active row pointer to the previous row. <br /><br />Thanks<br />KR<br /><br /><br /><br />------------<br />Davo at 2/1/2001 9:52:23 AM<br /><br /><br />Hi how do i move to the next record in my asp pages.<br /><br />i am using an access database, andi am recalling the data from the specified fields.<br /><br />i want to go to the next record., i also would like to go to the previous record.<br /><br />also can the answer be e-mailed to me, because i can only check out the forum every week. but i can access my e-mail everyday, its a wierd system.<br /><br />thank-you all in advance<br /><br /><br />Davo<br /><br />mailto: david_r_wyatt@hotmail.com<br /><br />
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > Move to the next record. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|