|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Not Posting a Record Set in a DB |
From: |
JschwartzASI |
Date: |
11/18/2002 1:45:40 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.... |
|
|
|
|
|
|
|
|
|
|
|
|