' problem in query.
-
Hello, I am having a small problem: I am using Helper classes for DataAccess. i have a scenario where i cannot use parameterised query due to some reasons. Now the problem is when someone search with ' in text; it breaks ans throws exception. I replaced this with '' but its not working. Can anyone help on this ? Regards, Asim
-
Hello, I am having a small problem: I am using Helper classes for DataAccess. i have a scenario where i cannot use parameterised query due to some reasons. Now the problem is when someone search with ' in text; it breaks ans throws exception. I replaced this with '' but its not working. Can anyone help on this ? Regards, Asim
How is it not working, is it still throwing an exception ? Or not finding what you expect ? Christian Graus - Microsoft MVP - C++
-
How is it not working, is it still throwing an exception ? Or not finding what you expect ? Christian Graus - Microsoft MVP - C++
-
Most people find the quickest way to getting a solution is to report the exact problem, by telling is the type and message of the exception, and providing a code snippet. Christian Graus - Microsoft MVP - C++