A
Anonyma
I have a frontpage development directory containing:-
1. An Access 2000 database (in the fpdb subdirectory).
2. A number of hand coded javascript .asp files to read from and write to this database.
I have published the development directory to a published directory (c:\inetpub\wwwroot).
When a web user uses the .asp files to update the database, then (quite naturally) it is the published copy of the database that gets updated, not the development copy.
This seems to imply that, once published, future updates to the database should be made to the published copy and not the local development copy.
Q1). Have I understood this right?
Q2). Is there anything to be gained in splitting the database into a front-end (containing queries) and a back-end (containing the tables) so that both development copy and published copy see the same dataset?
When I tried to do this, it didn't work as the front-end tables were still linked to the
development directory database, using the development directory pathname. The error message was:
Error Type:
Microsoft JET Database Engine (0x80004005)
'D:\developmentdirectory\fpdb\backend.mdb' is not a valid path.
1. An Access 2000 database (in the fpdb subdirectory).
2. A number of hand coded javascript .asp files to read from and write to this database.
I have published the development directory to a published directory (c:\inetpub\wwwroot).
When a web user uses the .asp files to update the database, then (quite naturally) it is the published copy of the database that gets updated, not the development copy.
This seems to imply that, once published, future updates to the database should be made to the published copy and not the local development copy.
Q1). Have I understood this right?
Q2). Is there anything to be gained in splitting the database into a front-end (containing queries) and a back-end (containing the tables) so that both development copy and published copy see the same dataset?
When I tried to do this, it didn't work as the front-end tables were still linked to the
development directory database, using the development directory pathname. The error message was:
Error Type:
Microsoft JET Database Engine (0x80004005)
'D:\developmentdirectory\fpdb\backend.mdb' is not a valid path.