Hi !
I am trying to receive an parameter from a SQLEXEC and I cannot get the formatting correct.
I am sending a string of record information so it looks like
result=SQLEXEC(nConn,"sp_procname "+"','"+mvar+"','"+mvar+"','"
...the next part is the one I am having problems with
after connecting about 50 mvars, I want to include a return value at the end but when I put the ?@reternvar at the end - "','"+mvar+"',"+?@returnvar,"SQLCURSOR"
- to end the SQLEXEC command, I receive an error.
Any ideas? It works great when I just pass the value of 0 to the variable I am trying to return but does not work the other way.
Thanks
kflasph
I am trying to receive an parameter from a SQLEXEC and I cannot get the formatting correct.
I am sending a string of record information so it looks like
result=SQLEXEC(nConn,"sp_procname "+"','"+mvar+"','"+mvar+"','"
...the next part is the one I am having problems with
after connecting about 50 mvars, I want to include a return value at the end but when I put the ?@reternvar at the end - "','"+mvar+"',"+?@returnvar,"SQLCURSOR"
Any ideas? It works great when I just pass the value of 0 to the variable I am trying to return but does not work the other way.
Thanks
kflasph