| Subject |
Re: table not found error |
| From |
Akshat Kapoor <akshat.kapoor@kapoorsons.in> |
| Date |
Wed, 3 Dec 2025 18:39:19 +0530 |
| Newsgroups |
dbase.getting-started |
Good Evening Meks,
> I am suddenly seeing this error in a particular workstation on a network. Other workstations are okay even the server. Database Engine Error: Table does not exist: C:\Users\MD\AppData\Local\Temp\users.DBF
>
The error will specify the line number also. Please check your code.
This file needs to be there on the workstation and not on the server.
Even if the directory structure is a bit different then also dbase will
not find the table.
Since the path mentioned is c:\ hence the code requires that the file is
on workstation.
So my guess is
1. File is not there on the this particular workstation
2. Directory structure is different
3. Some environment variable has changed
Hope this helps
Regards
Akshat
|
|