|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: ASP & Links?? |
From: |
Scott |
Date: |
8/9/1999 7:42:56 PM |
IP: |
209.95.222.105 |
I hope I understand the question correctly! In a nut shell...I would do this (Im sure others with more exp. would maybe do something different=): I would setup your SQL to run a WHERE clause (e.g SELECT*FROM your_table WHERE YourField=" & YourValue & " " )that will retrieve the recordset needed...then you can call any other records in the set with a simple <% =Request.Fields("YourField") %> in your HTML... |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|