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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP non-starter - HELP!

Status
Not open for further replies.

NoFear9

Technical User
May 24, 2001
1
0
0
GB
me: experienced in Access but newbie with ASP

Can't get to first base - grrr

Using PWS I can only get table headings to display - no data

anyone know why??
 
POst some (or all if it's not too long) of your code!! Mise Le Meas,

Mighty :)
 
Definitely need to see some code, but your code should look like this:
Code:
'open recordset - objRS
Do until objRS.EOF    ''Loop until the end of recordset
    'Do your stuff
    objRS.movenext    'move to the next record
Loop
HTH,

Kevin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top