|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
Is there a way to have the data base jump to a certain row without specifying the ID? I basically have to do a recordSet.MoveNext 99 times to go to the hundredth record. |
|
#2
|
|||
|
|||
|
recordset.Move 100
__________________
Programmer's Corner |
|
#3
|
||||
|
||||
|
You can move by any number of records using
Code:
recordset.move numRecords, start edit: doh, too slow. |
|
#4
|
|||
|
|||
|
thank you all.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Help with blogger: the sequel (no pun intended) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|