|
-
June 3rd, 1999, 08:49 AM
#1
SQL Stored Procedures
All I want to do is hard code two parameters to a stored procedure. I have tried
{call MyProc ('StringParam') , 56}
{call MyProc 'StringParam' , 56}
{call MyProc ('StringParam') , (56)}
{call MyProc 'StringParam' , 56}
{call MyProc 'StringParam' 56}
{call MyProc ('StringParam') (56)}
and nothing works - I get 'syntax error or access violation when opening the record set. Hard coding a single parameter stored procedure works a treat :-
{call MyProc ('StringParam')}
Please help. Could you also mail me back on [email protected] as I am still waiting my login password to this forum. Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|