Linked table manager and UNC paths

Zedster

Registered User.
Local time
Today, 07:59
Joined
Jul 2, 2019
Messages
169
I have a backend data file saved on a different server \\myserver\backend.

\\myserver\backend is mapped to K on my machine.

Currently I link to K but i would rather link to the UNC path.

Problem I have is in linked table manager even if I select the UNC path, it converts it to K.

How can I get it to link to the UNC path?
 
do the table connection in code.

look at createtabledef


you might need to create the connect string, in which case, it needs to look like

;database=full-path-to-databasefile
 

Users who are viewing this thread

Back
Top Bottom