Creating a Database

  • Thread starter Thread starter Sailynn
  • Start date Start date
S

Sailynn

I am trying to create a database from info submitted by
viewers of my website and for some reason the Access
database keeps saying Microsoft Access not accessible or
read access only. Please HELP!

Thanks,
S
 
Sailynn,

For some reason not many database questions get answered on this board.
The first thing you want to do is make sure your web server supports Access
Database's. If that proves to be the case, there's your answer. If
not....I don't know what to tell you!

Good Luck,
Carl
 
Carl,

Very few questions posted here go un-answered.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Thomas,

Oh I completely agree!! However...I have posted a few questions on here
and have seen a few that didnt' have answers. I know if I have the
answer...I'll post it! Here is a question I had the other day that never
got a reply!!

I am working on a new project now and trying to figure a little something
out. This site has an Application and when submitted it goes to an e-mail
address. Is there anyway that when submitted it could be posted to another
page that would have access limited rights for only the people that needs to
see them can see them? I am using a Windows Based server with FrontPage
2000. In the Form Properties if I have it send to CustomISAPI, NSAPI, CGI
or ASP Script will that get it done? How do I set that up? I want to be
able to give the Username and Password rights to people of the organization
that need to review the applications, but not allow the world to see the
applications. I also want it so they all don't have the same e-mail address
and have to constantly go into e-mail to pull out applications. It all
sounds quite difficult but in the end I think it will be rather easy!

Thanks for any and all help!
 
: I am trying to create a database from info submitted by
: viewers of my website and for some reason the Access
: database keeps saying Microsoft Access not accessible or
: read access only. Please HELP!
:
: Thanks,
: S

Have the web admin check the permissions on the folder using
Windows Explorer and using IIS admin to make sure that the
internet user account has read/write access and the same for
you.

MIke
 
Carl,

You would need to create a custom ASP application, where the content from
the form is submitted to a database and then a email notification sent to a
individual which would then click on a link to the record in the database
where they would first have to login before actually accessing the record.
This is not something that you will find pre-written.

In order for the email notification to be sent to more than one individual
at different times, would require some serious coding depending on how you
want individuals to be chosen to receive the email.
--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Back
Top