Sign in to follow this  
Powderworks

Adding A Parameter To Query

Recommended Posts

string factoryQuery = " SELECT complete, Count(*) as TotQ FROM recommendations INNER JOIN inspection ON recommendations.InspectionID = inspection.InspectionID INNER JOIN location ON inspection.LocationID = location.LocationID INNER JOIN UserLocations ON UserLocations.LocationID = location.LocationID WHERE (([userlocations].[userID] = @UserID))GROUP BY Complete";

 

 

How do I add a parameter to this for @UserID

Appreciate any help

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

 

We generally catter to the customers facing issues related to FusionCharts.

 

As we are not able to identify the same, we would not be able to resolve it.

 

Could you please confirm whether the issue is related to FusionCharts or not?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this