Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how tp insert html file into text field

Status
Not open for further replies.

chenthorn

Programmer
May 16, 2002
18
US
I want to insert an html file into a text field in my sql table. What is the syntax in doing this? I was trying
"insert into blob_test...", but i cannot finish the statement. the file name is blob.html, and I need the entire source code from the html doc inserted into my table. The file can get pretty large, so char columns will not work.
Any help would be immensely appreciated!!
Carl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top