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.
| Author |
Topic |
|
Syleri
Starting Member
2 Posts |
Posted - 2008-07-25 : 10:02:00
|
| Hi, I am new in the Sql and i have one question, can i construct a hyperlink in the sql, like the MS Access!!! |
|
|
blindman
Master Smack Fu Yak Hacker
2365 Posts |
Posted - 2008-07-25 : 10:27:03
|
| The hyperlink functionality with MS Access is part of its interface component.SQL Server is a pure database server. It does not provide an interface for creating forms, formatted reports, etc.So, store your hyperlink as a varchar column, and then let your interface (VB, ASP, etc...) handle treating it like a hyperlink.e4 d5 xd5 Nf6 |
 |
|
|
Syleri
Starting Member
2 Posts |
Posted - 2008-07-26 : 02:15:15
|
| OK thanks for the help!!! |
 |
|
|
|
|
|