|
|
|
|
|
| | |
|
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: |
DB Filtering |
From: |
Terry McClaugherty |
Date: |
9/8/1999 4:40:08 PM |
IP: |
216.63.78.113 |
I am trying to filter through a database and choose a "loginID" field. I need to do this by using the same loginid that was entered on a password screen (and validated).
Anyway, , I can make it work by doing this:
objRec.Filter = "loginid = Username"
What I need is the username to be able to come from a session variable or something similar...
Can anyone offer me any help on this one?
Thanks!
Terry McClaugherty
|
|
|
|
|
|
|
|
|
|
|
|
|