Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Create a Hyperlink from Field in Table

Author  Topic 

danjapro
Starting Member

44 Posts

Posted - 2006-06-09 : 14:38:06
In my SQL Database I insert a Google Map link as this

http://maps.google.com/maps?q=42.2362,-71.7439+(ESN=0-10073)

How can I mask it so that it appears in my Web page layout as a hyperlink, for my reports.

Something like: Map This

nr
SQLTeam MVY

12543 Posts

Posted - 2006-06-10 : 11:46:20
How do you create the web page? That process needs to convert this to a hyperlink.


==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -