473,587 Members | 2,548 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access database using Internet Explorer

I have a database with an Employees table and a DataRecords table. It
is a one-to-many relationship.

Would it be possible to allow the Employees to enter their own records
via the web using internet explorer? In fact, ideally they would need
to login with some sort of EmployeeID and password (would this be stored
in the Employees table?) and then they would have certain access rights
(i.e. able to add a record, view/print certain reports). It would also
be necessary for a manager/administrator to have full access.

This would be ideal because it would save on having 50 employees fill
out sheets and hand them in to another employee who has to enter 250
records every month. It would also allow the employee to view their own
reports, or their team's reports, without having to make calls or send
e-mails, etc...they could just login and view what they want.

Well, this is uncharted territory for me, but I have been asked about
the possiblity of doing this. What options are there? Thanks!

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 12 '05 #1
4 15378
Access can be used with Internet Explorer through ASP (Active Server
Pages), but you have to have a server that is running Internet
Information Server (IIS - this server comes standard with any Microsoft
Server).

The only problem with Access on the Web is that if more than one or two
people access it at the same time, Access will crash. A more reliable
solution would be Sql Server which is designed for multi-user use on the
web. One option with Access though, is that you could add an ASP which
would only allow one user at a time to access Access.

Coding in ASP is a little bit more sophisticated than VBA. This means
that it is not as intuitive, not as easily picked up on the fly like VBA
where you have dropdown lists for everything. For 50 employees to use
Access on the web, I may question the reliability. If it were like 5
employees, Access would probably be an OK solution. But 50, hmmm.
Rich

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 12 '05 #2
Rich P <rp*****@aol.co m> wrote in news:3fc5146f$0 $88385$75868355
@news.frii.net:
Access can be used with Internet Explorer through ASP (Active Server
Pages), but you have to have a server that is running Internet
Information Server (IIS - this server comes standard with any Microsoft
Server).

The only problem with Access on the Web is that if more than one or two
people access it at the same time, Access will crash. A more reliable
solution would be Sql Server which is designed for multi-user use on the
web. One option with Access though, is that you could add an ASP which
would only allow one user at a time to access Access.

Coding in ASP is a little bit more sophisticated than VBA. This means
that it is not as intuitive, not as easily picked up on the fly like VBA
where you have dropdown lists for everything. For 50 employees to use
Access on the web, I may question the reliability. If it were like 5
employees, Access would probably be an OK solution. But 50, hmmm.

Rich


I know of many ASP-JET applications where thousands of users may be
connected to the web server at one time. They do not crash. Of course, they
are designed to minimize time of connection to the database. So who can say
how many concurrent db users there are?

If one uses Visual Interdev, (and I suspect many other development
platforms), Intellisense is fully implemented for ASP, VBScript, ADO,
JScript and Javascript.

I am a huge fan of SQL-Server but I see its main value as far as small
Internet enabled applications go as being the base for ADPs.

--
Lyle
(for e-mail refer to http://ffdba.com/contacts.htm)
Nov 12 '05 #3
rkc

"Rich P" <rp*****@aol.co m> wrote in message
news:3f******** *************** @news.frii.net. ..
Access can be used with Internet Explorer through ASP (Active Server
Pages), but you have to have a server that is running Internet
Information Server (IIS - this server comes standard with any Microsoft
Server).

The only problem with Access on the Web is that if more than one or two
people access it at the same time, Access will crash. A more reliable
solution would be Sql Server which is designed for multi-user use on the
web. One option with Access though, is that you could add an ASP which
would only allow one user at a time to access Access.


So you're saying that if there is a need to add 250 records a month to a
Jet database via a web interface there is an imminent danger of the Jet
Engine burting into flames?

I'd wager Jet could handle 250 inserts from 50 different "users" in a
60 second span of a single day. That's assuming they could each fill
out 5 forms and submit them in that time span.

With a web interface you are not entering data into a bound form that
requires a connection to the database. The connection to the database
is established when the form is submitted and is held for the few seconds
it takes to insert the data.

The question is not whether Jet is an O.K. solution. The question is what
makes up the rest of the solution. Dabling in ASP is an option depending
on the skills base of the dabler and how soon a solution is desired.


Nov 12 '05 #4
Truth be told, I have never experimented with Access this way. I have
used Access(97 and 2K) on the web, but only for classes. This one
Instructor for a javascript class I took (a PhD maniac, and he was a
maniac) said Access would die as I had described. I had not thought
about ADP, but I am sure ADP would be fine. The original post was about
Access, not an ADP. I guess I could have suggested ADP before Sql
Server, but I am mainly a Sql Server guy now, although my roots are in
Access (DBase3+ actually, but then I went on haitus for 10 years and got
back on the Access wagon just as Access2 was leaving the scene).

Rich

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 12 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1943
by: Dennis Freud | last post by:
Hi, I´m asking for some general advice here. I have a project which has been developed in Delphi up to a point where my developer split up with me. I have to decide now wether access is suitable for my needs as I would like to rewrite this in access - visual basic. It is basically a database frontend for real estte agents with a...
5
7344
by: rob | last post by:
Hi to all. I am pretty new to using Access and am having a problem I hope someone can help me with. I want to access a MS-Access database from a web page. I have managed to get it "sort" of working using MS-Access's 'data access page' function as it were. This creates a web page that is linked to a database table. The problem that I have...
0
2607
by: Bill Thom | last post by:
I have a Microsoft Access 2000 (9.0.4402 SR-1) database that I am attempting to launch from a hyperlink using Internet Explorer (Version 6.0.2800.1106). If I attempt to launch the database from the webpage with the hyperlink using Netscape, the database opens fine. If I attempt to launch the database from the webpage with the hyperlink using...
3
9473
by: C | last post by:
Re: Microsoft Knowledge Base Article - 870669 How to disable the ADODB.Stream object from Internet Explorer You may recently have heard of the vulnarability exposed by Internet Explorer as described in that article: "An ADO stream object contains methods for reading and writing binary files and text files. When an ADO stream object is...
0
4044
by: Jim M | last post by:
For about a year and a half now I have been working in Access 2002 at home and converting to Access 2000 for work (I need both versions). I made a few changes to forms and queries then converted to Access 2000 a (as I had done many times before). After this last conversion I tried to open the database in Access 2000 and got the following error...
3
3482
by: Lyle Fairfield | last post by:
In a recent thread there has been discussion about Data Access Pages. It has been suggested that they are not permitted on many or most secure sites. Perhaps, that it is so, although I know of no site that has this prohibition, and I have uploaded DAPs to various sites and used them from those sites. I do not understand why any site...
0
3281
by: bettervssremoting | last post by:
To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool including SourceOffSite, SourceAnyWhere and VSS Remoting This article makes a detailed comparison among SourceAnyWhere, SourceOffSite, VSS Remoting and possible others.
17
4398
by: Mell via AccessMonster.com | last post by:
Is there a way to find out where an application was created from? i.e. - work or home i.e. - if application sits on a (work) server/network, the IT people know the application is sitting there, but is there a way they can find out if that application was put there from a CD or email or created at work? Hint: It's not on a client/server...
4
3191
by: attachmatey | last post by:
Greetings: I'm looking for some help in automating (what I thought would be) a simple procedure in Internet Explorer. I'm trying to put the following operation under a button click in an MS Access database form: 1. Navigate to URL and click button 2. Enter user name and password 3. Apply filters (enter criteria in text boxes) 4. Execute...
0
7920
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7849
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8215
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8347
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
8220
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5394
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3879
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2358
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1454
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.