ReAn
Dangerous Programmer...
- Local time
- Yesterday, 20:52
- Joined
- Jun 25, 2004
- Messages
- 250
Here's the background:
I've got a question, ive developed a split database here for a virtual tour project. It allows the vets here at the plant to sit down and enter in information on all the equipment in the plant (aka. populate my database).
To facilitate a multiple computer environment, each computer has novel scripts by default that map a file server's drives to network drives. Also, the file server uses network DOMAIN permissions to allow/deny access rights to the data drives.
The BE to my database is located on the shared folders/drives. I've linked my db via computer name aka: \\servername\folder\folder\file.mdb
I leave my pc running 24/7 for it houses the test webpages/tools/dbs for my newest projects.
So here's the problem:
My Boss is currently in Montreal (a ways way away from here) and needs to continue editing the information in the database. Ive developed a 100% fully functional frontend for this via a ASP web page and ADODB, however, it cannot see the shared database on the file server most likely because IIS runs on a different user than my own, and it is my user that has permissions on the domain to access the file server (along with all the other people using my access front end). So I was wondering if anyone knew a work around for this because my boss has been @ this plant for 20+ years and is a true VET as far as the equipment involved goes.
Now, he's tried VPN via a company outlet in montreal, and through novell login, and it's having issues with all the packet bouncing involved in our north-america spanning WAN.
So basically, he needs to use this webpage to do this modification.
Also, this would help because for testing purposes i could also perhaps point the website that displays the final product to the shared db and then have the db updated as soon as someone is finished entering thier data.
Any suggestions?
I've got a question, ive developed a split database here for a virtual tour project. It allows the vets here at the plant to sit down and enter in information on all the equipment in the plant (aka. populate my database).
To facilitate a multiple computer environment, each computer has novel scripts by default that map a file server's drives to network drives. Also, the file server uses network DOMAIN permissions to allow/deny access rights to the data drives.
The BE to my database is located on the shared folders/drives. I've linked my db via computer name aka: \\servername\folder\folder\file.mdb
I leave my pc running 24/7 for it houses the test webpages/tools/dbs for my newest projects.
So here's the problem:
My Boss is currently in Montreal (a ways way away from here) and needs to continue editing the information in the database. Ive developed a 100% fully functional frontend for this via a ASP web page and ADODB, however, it cannot see the shared database on the file server most likely because IIS runs on a different user than my own, and it is my user that has permissions on the domain to access the file server (along with all the other people using my access front end). So I was wondering if anyone knew a work around for this because my boss has been @ this plant for 20+ years and is a true VET as far as the equipment involved goes.
Now, he's tried VPN via a company outlet in montreal, and through novell login, and it's having issues with all the packet bouncing involved in our north-america spanning WAN.
So basically, he needs to use this webpage to do this modification.
Also, this would help because for testing purposes i could also perhaps point the website that displays the final product to the shared db and then have the db updated as soon as someone is finished entering thier data.
Any suggestions?