I am trying to build a query with a parameter in it and get the following error
"Must declare the scaler variable"
I am using Visual Studio 2008 and telerik reporting Q3
could someone please tell me how to get around this problem
my query string looks like this
SELECT ProNumber, HoldCodes, Ship, Pieces, Weight, SkidSpaces, SrprhID
FROM RouteDetail
WHERE (SrprhID = @Param1)
the excution of the query works fine
thanks
Pete
"Must declare the scaler variable"
I am using Visual Studio 2008 and telerik reporting Q3
could someone please tell me how to get around this problem
my query string looks like this
SELECT ProNumber, HoldCodes, Ship, Pieces, Weight, SkidSpaces, SrprhID
FROM RouteDetail
WHERE (SrprhID = @Param1)
the excution of the query works fine
thanks
Pete