A
anna
I have a word macro that pulls data from a database server. I need to have
the ADO "connection string" stored in a file on a shared drive on the
network.
F:\constr.txt would have this statement in it:
Const ConnStr = "Driver={SQL
Server};Server=xxxxx;Database=xxxx;UID=guest;PWD=guestpass"
How do I access this connection string from my macro on a client machine?
the ADO "connection string" stored in a file on a shared drive on the
network.
F:\constr.txt would have this statement in it:
Const ConnStr = "Driver={SQL
Server};Server=xxxxx;Database=xxxx;UID=guest;PWD=guestpass"
How do I access this connection string from my macro on a client machine?