tsunami100
Programmer
Hi,
I have a TableAdapter i'm trying to fill but it has some parameters.
SELECT CustomerID, CompanyName, Address, City, PostalCode, Phone
FROM Customers where @param1 LIKE @param2
The user can choose in a combobox (@param1) on wich field he can filter the records, the above code doens't seem to be ok.
Any ideas ??
Thanks.
I have a TableAdapter i'm trying to fill but it has some parameters.
SELECT CustomerID, CompanyName, Address, City, PostalCode, Phone
FROM Customers where @param1 LIKE @param2
The user can choose in a combobox (@param1) on wich field he can filter the records, the above code doens't seem to be ok.
Any ideas ??
Thanks.