I need to find all the records in a table where CUSTNO $ ( a parameter).
In Foxpro I would do this:
cCustList = prompt user to enter in a string
SELECT * FROM customers WHERE custno $ cCustList
I need the same functionality for SQL Server. Somehow I'll need to use a parameter and the equivalent of the Foxpro $ operator.
I need help on what the syntax would be.
Thanks,
Bill
In Foxpro I would do this:
cCustList = prompt user to enter in a string
SELECT * FROM customers WHERE custno $ cCustList
I need the same functionality for SQL Server. Somehow I'll need to use a parameter and the equivalent of the Foxpro $ operator.
I need help on what the syntax would be.
Thanks,
Bill