This topic is locked

Hyperlinking database records

10/6/2004 9:37:48 AM
ASPRunnerPro General questions
author

Hello Forum,
I'm just getting used to ASPRunner. It does pretty much everything we require but i'm little stuck with this issue;
Is it possible to turn database records into hyperlinks. We would like to populate a database column with web urls so that when we view the tablle_list.asp records are clickable.
I know that this code is responsible for writing out records -
Response.Write ProcessLargeText(GetData(rsData.Fields("Link"), ""))
where "Link" is my column name.
I've tried various syntax like
Response.Write "<a href>ProcessLargeText(GetData(rsData.Fields("Link"), ""))</a>"
etc..
Has anyone done this before?
Thanks for any help in advance.

Martin

501090 10/6/2004

Ok, my apologies for posting this thread. I take my hat off to ASPRunner. It already has the functionality built-in.
Lesson learned - RTFM