|
|
|
|
|
| | |
| |
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Help!!! |
|
From: |
JschwartzASI |
|
Date: |
11/18/2002 2:29:50 PM |
|
IP: |
207.50.208.225 |
If I have a page that hits a DB, and verifies a # in a DB, and then displays info inside a table after it verifies, what code do I use NOT to display the verification colum in the db,,,Here is the peice that I tried that is not working...
If objRS.Fields(I).Name = "NUMVER" Then
objRS.MoveNext
End If
It goes through the script, but still displays that field.... |
Follow Up - Re: Help!!! - Don 1/3/2003 12:02:45 PM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|