M
Marcus S
I have an msAccess database back-end ( .mdb or .accdb both formats
work ) set up with .asp pages. An msAccess front-end links to the
msAccess back-end. The front-end is what my co-workers will use to
edit the database. With the .asp pages web users are able to access
the back-end at the same time the msAccess front-end is being used,
its great. I am trying to convert to .aspx and its works great on the
web-side as long as the msAccess front-end is not open, otherwise I
get a "file already in use error" from the .aspx page.
The .asp, .aspx, and the ( .mdb or .accdb [format not the issue
here] ) files are located in the same directory with the same
permissions (including IIS_WPG and IUSR) where a simultaneously
accessible .asp / ( .mdb or .accdb ) solution is actively working. How
but once I make it an .aspx / ( .mdb or .accdb ) combo it is only
accessible by .aspx while no msAccess users are using the ( .mdb
or .accdb ). So what sort of record locking (.ldb / .lccdb) enabler
is missing from my .aspx implementation?
work ) set up with .asp pages. An msAccess front-end links to the
msAccess back-end. The front-end is what my co-workers will use to
edit the database. With the .asp pages web users are able to access
the back-end at the same time the msAccess front-end is being used,
its great. I am trying to convert to .aspx and its works great on the
web-side as long as the msAccess front-end is not open, otherwise I
get a "file already in use error" from the .aspx page.
The .asp, .aspx, and the ( .mdb or .accdb [format not the issue
here] ) files are located in the same directory with the same
permissions (including IIS_WPG and IUSR) where a simultaneously
accessible .asp / ( .mdb or .accdb ) solution is actively working. How
but once I make it an .aspx / ( .mdb or .accdb ) combo it is only
accessible by .aspx while no msAccess users are using the ( .mdb
or .accdb ). So what sort of record locking (.ldb / .lccdb) enabler
is missing from my .aspx implementation?