Hi there,
I am inserting approximately 5000 records into a SQL DB. Some of the inserts are fine. No problem. But once there is a bit of html code in them, they bug out. so if there is a <p> tag, the inserts fail.
How do I avoid this in asp and SQL. I am a php mysql kinda guy...
Thanks!