Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Imbedding Web Address in a field

    quote:


    
    
    CREATE TABLE tmpHtml
    (Link varchar(100),
    LinkText varchar(100))
    GO
    CREATE VIEW vw_HtmlFormat
    AS
    SELECT "<A HREF=" + Link + " target="_blank">" +
    ...

Viewing post 1 (of 1 total)