T
Tom
Experts,
I created an htm and asp sample file that -- when working properly -- would
send a record (last name, first name, address, etc.) from the browser into
an Access database.
Since my ISP doesn't support Access and ASP, I created the testing site on
my localhost machine. I'm relatively confident that the setup is ok (well,
one never know...)
Here is the process that I'm seeing when attempting to add a record:
============================================
1. I get confirmation page of the entered values in the form... great
2. I browse to folder (C:\Inetpub\wwwroot\fpdb) that stores the database.
The mdb's date time stamp reflects that the database was "changed" let's say
a minute ago... great
3. I open up the mdb's table but do not find any record in the table... and
that's the problem.
Now, here's what I have done now:
4. On c-drive, in the properties tab for folder "fpdb", I set the following:
Sharing tab:
- sharing this folder on the network - check
- allow network users to change my files - check
Websharing tab:
- share this folder - selected
- alias "dbtest"
- edited access permissions to: Read, write, script source access, directory
browsing
- edited application permissions to: Excecute (includes scripts)
Then I uploaded the fpdb folder to my local host.
Still, when submitting the records in the browser, the date time stamp
changes to the last update. However, the record(s) still does not get
added to the table.
Any idea as to why I don't update my database?
Tom
I created an htm and asp sample file that -- when working properly -- would
send a record (last name, first name, address, etc.) from the browser into
an Access database.
Since my ISP doesn't support Access and ASP, I created the testing site on
my localhost machine. I'm relatively confident that the setup is ok (well,
one never know...)
Here is the process that I'm seeing when attempting to add a record:
============================================
1. I get confirmation page of the entered values in the form... great
2. I browse to folder (C:\Inetpub\wwwroot\fpdb) that stores the database.
The mdb's date time stamp reflects that the database was "changed" let's say
a minute ago... great
3. I open up the mdb's table but do not find any record in the table... and
that's the problem.
Now, here's what I have done now:
4. On c-drive, in the properties tab for folder "fpdb", I set the following:
Sharing tab:
- sharing this folder on the network - check
- allow network users to change my files - check
Websharing tab:
- share this folder - selected
- alias "dbtest"
- edited access permissions to: Read, write, script source access, directory
browsing
- edited application permissions to: Excecute (includes scripts)
Then I uploaded the fpdb folder to my local host.
Still, when submitting the records in the browser, the date time stamp
changes to the last update. However, the record(s) still does not get
added to the table.
Any idea as to why I don't update my database?
Tom