Answer the question
In order to leave comments, you need to log in
How to add html page code to table?
I'm trying to do this (the html example is random, for example):
insert into MyTable values ('page1', '<div bgcolor='f2f2f2' style='margin: 0;padding: 0;min-width: 100%!important;' yahoo=''>')
Answer the question
In order to leave comments, you need to log in
If you do not need a search in the html text - then as an option - encode in base64 when saving to the database.
Then you can store whatever you like - even binary data ...
Use double quotes in html:
Or escape single quotes:...bgcolor=\'...\'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question