Hi,
I need to do a select statement into a remote sql server with ??. The sql server would use the ?? and run a VFP process that returns a result. The result is then returned back to the original caller.
A vfp app make the call to sql server,
sql server will make a call to its local vfp (on same box) and get result
sql server will return result back to original vfp app.
The ?? above is (fill in the gaps as I do not know). I suspect this can be done in a ss stored proc. Any suggestions on how or what to look for would be great.
Thanks,
Stanley
I need to do a select statement into a remote sql server with ??. The sql server would use the ?? and run a VFP process that returns a result. The result is then returned back to the original caller.
A vfp app make the call to sql server,
sql server will make a call to its local vfp (on same box) and get result
sql server will return result back to original vfp app.
The ?? above is (fill in the gaps as I do not know). I suspect this can be done in a ss stored proc. Any suggestions on how or what to look for would be great.
Thanks,
Stanley