From Newsgroup: comp.lang.xharbour
On Tuesday, February 20, 2024 at 10:56:55rC>AM UTC-6, Scott Coffey wrote:
OK, after doing some additional research, it appears there's a problem
with databases in general.
...
Do any of you oldsters out there know of any DOS tweaks that might
help here? Here is my autoexec.bat and config.sys:
autoexec.bat:
cls
rem -----
rem The following line sets the DOS PATH
rem -----
PATH A:\DOS
... note the path.
DEVICEHIGH=\DOS\PKTDOSFS.SYS
So you are instructing the OS to look in A:\DOS\DOS\... for that particular program. Why don't you display line by line (as makes sense) any error messages that you might be ignoring from instructions to 'DOS'?
DEVICEHIGH=\DOS\EMSMEM.SYS
... ditto
Any ideas/suggestions are appreciated.
Before first line of executing code, add a diagnostic. Run DIR and wait, or run ADIR() and analyze. See where the code is looking for database and index. Alternatively, issue a SET DEFAULT to the druive and directory you want it to look in. Do this same thing for the code that (re)creates the index, or incorporate in the one program. S'87 had some limited error trapping, could put the code there.
David A. Smith
--- Synchronet 3.21d-Linux NewsLink 1.2