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
"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