Hi have a need to create multiple views in sequence and for testing purposes use a different connection than the one that is going to work on real data. I would like to setup the connection name in one place and be able to reuse it by storing it in a variable, but FoxPro does not seem to work that way.
I would like to have a setup such as:
m.link="sysprocompanyu"
and in the code try something like:
REMOTE CONNECTION m.link
Can this be made to work.
Thanks in advace for you feedback.
I would like to have a setup such as:
m.link="sysprocompanyu"
and in the code try something like:
REMOTE CONNECTION m.link
Can this be made to work.
Thanks in advace for you feedback.