Actualités

I'm not really sure where that came from. It's strickly a SQL Server 2000 stored procedure. Strings in SQL Server are a little odd. Double quotes in a string are completely ok. Sql Server doesn't ...
If the user enters data with an apostrophe into a text box, and you attempt to build and SQL string to execute, you get something like this in your string:<BR><BR><B>INSERT INTO MyTable ...