Goodday
Is there any way that I can save my data type as a hyperlink
Thanks
Rob
No, there isn't. You need to store the link as a varchar or char field and the user interface need to know that the field needs to be rendered as a hyperlink.
If needed, you could create a user defined T-SQL datatype which would be an alias for a varchar field. This can give the advantage that you can easily see the columns that need to be show as hyperlinks.
Greetz,
Geert
Geert Verhoeven
Consultant @. Ausy Belgium
My Personal Blog
|||hi Rob,
robhare wrote:
Goodday
Is there any way that I can save my data type as a hyperlink
Thanks
Rob
what do you mean by that, requiring a "data type"?
it's just text, and it becomes an hyperlink when "rendered" by a client application..
regards
No comments:
Post a Comment