Hi all
I have a VB.net frontend that writes to a SQL Server 2000 database, one of my fields on my form is just a text box that a user type whatever into. I am using just the basic INSERT INTO SQl command to post to the SQL 2000 Database, unfortuantly I get SQL errors if a user uses any apostrophes in the text, how do I get it so if an apostrophe is used it inserts it into the SQL field like normal text.
Regards
Douglas Bell
I have a VB.net frontend that writes to a SQL Server 2000 database, one of my fields on my form is just a text box that a user type whatever into. I am using just the basic INSERT INTO SQl command to post to the SQL 2000 Database, unfortuantly I get SQL errors if a user uses any apostrophes in the text, how do I get it so if an apostrophe is used it inserts it into the SQL field like normal text.
Regards
Douglas Bell