Hi i got a query i use my in c# app
Problem is it says to value was given in. when i ran the query in acces in sql mode it pops up a box and then i have to enter 1 in there and only then do i get a result
How can i fix this problem?
Code:
SELECT RTR__RTS_ID, RTR__OPTION from qx_RoleRights where RTR_ROL__ID = 1 (one being 'User' in the app)
How can i fix this problem?
Comment