Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Browse by Tags
All Tags
»
CLASSIC ASP TUTORIALS
Sorry, but there are no more tags available to filter with.
Re: How to store the HTML code into database(microsoft access)
Never use DYNAMIC SQL to insert text data... NO GOOD, I say NO GOOD, very BAD... THIS IS NO GOOD: conn.execute(''INSERT INTO tblmemo([memo]) values (''' & Request.Form(''editor1'')& ''')'') Your Request.Form(''editor1'') value will include invalid caracters like single quotes (') and double quotes ('') and will create SQL ...
Posted to
Cute Editor for ASP
(Forum)
by
JFRanger
on
July 24, 2008