Microsoft
Software
Hardware
Network
Question : SQL Query
Experts
please tell me what is the correct conversion of the
string query = "select count(CustomerID) from Table_InvoiceCustomer where Name like ' % "+textBox1.Text+ " % ' " ; (this is correct I know ) but my question is
if I convert the above query by parameterizid query then what will be the proper conversion
string query = "select count(CustomerID) from Table_InvoiceCustomer where Name like '%@parameter1%' ";
this I tried but not working .
Please suggest.
Thanking you
Anindya
Answer : SQL Query
string query = "select count(CustomerID) from Table_InvoiceCustomer where Name like '%' + @parameter1 + '%' ";
Random Solutions
Enable suexec for /home directory on centos 5.4
Select first 50 records which meet the criteria
Java TCP - Decaprecated Code
network_desiign
Dell 6410 no video when attached to docking station
How to write delete query based on select query output in db2
64-bit IE8 needs an Adobe Flash Player?
What new does WPF 4.0 offer?
FTP on a Cisco ASA5505
Transparent Form (Only) in C#