
January 10th, 2004, 12:37 PM
|
|
Registered User
|
|
Join Date: Jan 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Permissions on Access
I recently created a flash frontend that connects to a MS Access database. One page simply reads in the data and formats it in a flash movie (this works perfectly). The other is a form meant to insert new records into the database (this doesn't work). I'm using ASP (vbscript) to interface between flash and the MS Access database. The asp code is correct and I tested it locally on my local web server. I was able to read and write to the database. However when I upload the files to the live server I am un able to write to the database. I have narrowed the problem down to the permission settings on the database file.
My question is: How can you upload a MS Access file to the production server while retaining full permissions.
I have no access (no pun intended) to the production web server and thus can't edit the files.
I'm also willing to hear other options to get around this, if there are any.
|