I am trying to add a parameter to an ADD COMMAND and keep getting "Failed to retrieve data from the database" Here is an example of my code:
SELECT * FROM Projects WHERE ProjectId = {?ProjID}
I have searched through the internet and what I have read; the above should have worked. The values for the parameter need to be dynamic. Any ideas.
Please help.
SELECT * FROM Projects WHERE ProjectId = {?ProjID}
I have searched through the internet and what I have read; the above should have worked. The values for the parameter need to be dynamic. Any ideas.
Please help.