Create and Export HTML Files

  • Maybe an odd request, but very functional and appropriate for what we're trying to do.

    I have a table that contains a text field.  This text field contains HTML code.  I would like to first create an HTML file based on a column value, then export the HTML code from the text field to the file.

    Ridiculous or doable?

    Thanks!!

     

    MSSQL 2000

  • definitely doable through DTS and an activex script.


  • You could also create an ASP page that would connect to the table in question and basically do a Response.Write for each of those table based HTML entries.  This would not create a file with all of the values, but it would be presented in the web browser on the fly.

  • Thanks to both of you for the responses.  I'll look onto these options. 

    Thanks again!

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply