|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Access 97 and ASP |
From: |
Harlan |
Date: |
1/27/1999 2:42:49 PM |
IP: |
206.222.20.2 |
you probably have something like this..
Do While Not RecordSet.EOF
builds the table
prints out the replies
ends the table
RecordSet.MoveNext
Loop
you need to add something like this just
before it..
If RecordSet.EOF and RecordSet.BOF Then
do this..
Else
you Do While Loop goes here..
End If |
Previous Message
Follow Up - Re: Access 97 and ASP - dennis marksbury 2/1/1999 1:04:32 PM
|
|
|
|
|
|
|
|
|
|
|
|