pl456
Registered User.
- Local time
- Today, 03:30
- Joined
- Jan 31, 2008
- Messages
- 150
Is there a way of changing the link connection string when you have linked tables from an sql server so that they don't use a DSN?
The problem I have is when you allow access to upsize the db to sql it creates the connection as
DRIVER=SQL Server;SERVER=......... and so on...
all I can do them is create DSN connections, which I don't want as the previous connection meant iot could be run without creating a DSN.
The problem I have is when you allow access to upsize the db to sql it creates the connection as
DRIVER=SQL Server;SERVER=......... and so on...
all I can do them is create DSN connections, which I don't want as the previous connection meant iot could be run without creating a DSN.