Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unable to resolve backlink error
Message
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00866546
Message ID:
00866610
Views:
23
David,

All of the DBF/DCX/TBK files are in the data folder. There aren't any DCT files. I tried your code in the MAIN.PRG and alternatively in the LOAD event of the Login Screen and only got an error that the dbc wasn't open. It appears that the SET PATH is being completely ignored by the application. Any additional hints.
Stephen


>Stephen,
>
>Are all of the DBFs and DBC/DCT/DCX in the same folder?
>
>You should be able to
>
>open database \\server02\Folder1\DataDirectory\TheDatabase
>set database to TheDatabase
>
>use TheTable
>
>
>>I have an application that runs on a network share with the executables on one server and the data files on another. In my MAIN.PRG is the statement
>>
>>SET PATH TO \\Server02\Folder1\DataDirectory
>>
>>However, the initial login screen attempts to open a couple of tables in the DBC (and tables) that I have copied and the error message I receive is "Unable to Resolve Banklink" and that table
>>"\\Server01\ApplicationFolder\TableName does not exist." In other words, the program is looking in the application directory rather than the data directory.
>>
>>I am probably overlooking something obvious becasue this problem has just cropped up and hasn't been an issue before.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform