June 3rd, 1999, 08:49 AM
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 Malcolm@Utopia.Uk.Com as I am still waiting my login password to this forum. Thanks.
{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 Malcolm@Utopia.Uk.Com as I am still waiting my login password to this forum. Thanks.