Linked table manager and UNC paths (1 Viewer)

Zedster

Registered User.
Local time
Today, 22:02
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?
 

gemma-the-husky

Super Moderator
Staff member
Local time
Today, 22:02
Joined
Sep 12, 2006
Messages
15,641
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

Top Bottom