Hi,
I'm running queries from codebehind (c#), with connection to SQL Server and Access DB. queries such as update table.
I run into problems with changing the update string values so it will escape certain charachters that SQL uses.
Does anyone has a written function (or liink to a function) that escapes all necassery charachters so I won't get error messages while running the queries?
Thanks
Go to the complete details ...