query with like
Posted: Wed  18 Jun 2014 17:50
				
				why this query generateb by dataset wizard of vs2010 won't work  ?
no row at all ... also passing NumeroCig string in total
dll version 5.1.80.0
thanks
			no row at all ... also passing NumeroCig string in total
Code: Select all
SELECT ID, NumeroCig, ImportoIniziale, ImportoSpeso, Data
FROM            CIG
WHERE        (NumeroCig LIKE '%' + :Param1 + '%')thanks