F
fabrice.baro
Hi all,
I have a Microsoft JET Database Engine running a database (mdb) which works.
Whenever I add a new folder containing another mdb file, after a while (say about 1 hour), my originally working database gives the following error (where "m\fpdb\Shaun.mdb" is the newly added folder and mdb file):
Database Results Wizard Error
Description: 'C:\Websites\JGH\External\DiagnosticMedicine\m\fpdb\Shaun.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
Number: -2147467259 (0x80004005)
Source: Microsoft JET Database Engine
The operation failed. If this continues, please contact your server administrator.
Of course I changed nothing in the code of the original database.
I'm assuming
- simply adding a new folder isn't the proper way to add a new DB
- there is some kind of process that monitors the filesystem
I would just need some broad directions on where to look/ how to proceed.
Thanks,
Fabrice
I have a Microsoft JET Database Engine running a database (mdb) which works.
Whenever I add a new folder containing another mdb file, after a while (say about 1 hour), my originally working database gives the following error (where "m\fpdb\Shaun.mdb" is the newly added folder and mdb file):
Database Results Wizard Error
Description: 'C:\Websites\JGH\External\DiagnosticMedicine\m\fpdb\Shaun.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
Number: -2147467259 (0x80004005)
Source: Microsoft JET Database Engine
The operation failed. If this continues, please contact your server administrator.
Of course I changed nothing in the code of the original database.
I'm assuming
- simply adding a new folder isn't the proper way to add a new DB
- there is some kind of process that monitors the filesystem
I would just need some broad directions on where to look/ how to proceed.
Thanks,
Fabrice