Using VB.Net and Sql Server
Query
Select cCustomerCode,cCustomerName from cms_Customer where cCustomerName like '%['" & frmCustomers.txtName.Text & "']%'
The above query is showing error as “Incorret syntax near a”
What is problem with above query, whethere like condition is used properly or not.
Need Query or Code Help
Try,
OR