[Solved] Exception is System.Data.SqlClient.SqlException: Incorrect syntax near ‘9988’ [closed]
There must be a problem in one of your input parameters those you are directly reading from controls. This is not recommended anyway due to SQL injection attack threat. If you change your queries to us parameters (parameter queries), I hope this issue will be resolved. Following is an example how to use parameters. Note … Read more