473,385 Members | 1,867 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Access2000 database on the internet

I want to use an Access 2000 database to power my .ASP web pages. Typical
example would be somebody filling in a form on the web page and saving it to
the database when they click a 'Submit' button. There is also readonly
stuff like list pages and search results which of course get their content
from SQL queries.

Now, I'm expecting at most 10 simultaneous users. But will my Access
database cope if it goes any higher? What if 100 people use the site at
the same time? Will the database say "game over", or can it cope?

thanks,
Owen
Nov 13 '05 #1
4 1386
On Wed, 14 Jul 2004 15:55:48 GMT, "owen" <sp**@spam.com> wrote:
I want to use an Access 2000 database to power my .ASP web pages. Typical
example would be somebody filling in a form on the web page and saving it to
the database when they click a 'Submit' button. There is also readonly
stuff like list pages and search results which of course get their content
from SQL queries.

Now, I'm expecting at most 10 simultaneous users. But will my Access
database cope if it goes any higher? What if 100 people use the site at
the same time? Will the database say "game over", or can it cope?

thanks,
Owen

That doesn't sound problematic, assuming reasonably well coded ASP
pages. For some interesting reads check out...

http://www.15seconds.com/Issue/010514.htm

Links to the library mentioned...

http://www.learnasp.com/learn/rsfast-intro.asp

http://www.learnasp.com/learn/rsfast-lib.asp

- Jim

Nov 13 '05 #2

"Jim Allensworth" <ji****@datacentricsolutions.com> wrote in message
news:40***************@news.west.earthlink.net...
On Wed, 14 Jul 2004 15:55:48 GMT, "owen" <sp**@spam.com> wrote:

That doesn't sound problematic, assuming reasonably well coded ASP
pages. For some interesting reads check out...

http://www.15seconds.com/Issue/010514.htm

Excellent, very interesting reading there.... thanks!

Owen
Nov 13 '05 #3
Well Response.Buffer = True would help.

Buffer That Output by Charles Carroll
http://www.learnasp.com/advice/whybuffer.asp

If you do more reading than writing, that would help.

Other than that the big thing that would probably happen before any kind of
"crash" (hopefully) would just be that the pages get unbearably slow.

Best regards,
J. Paul Schmidt, Freelance Access and ASP Web Developer
www.Bullschmidt.com
Classic ASP Design Tips, ASP Web Database Demo, ASP Bar Chart Tool...
Nov 13 '05 #4
<<
I want to use an Access 2000 database to power my .ASP web pages. Typical
example would be somebody filling in a form on the web page and saving it to
the database when they click a 'Submit' button.


Here is something I put together about ASP that hopefully might help somehow.

Web Database Concept
http://www.bullschmidt.com/concept.asp

You and others can have access to a database hosted on the Web from any
location that has a browser with an Internet connection.

The Web database concept makes sense if you and your people want to do work in
various locations in or outside the office and still be "plugged" in.

For example you could have employees enter timesheets or have sales reps log
their contacts. Or perhaps you'd like customers to be able to check the status
of their orders online without having to call the company.

If you want a Web database, typically what would happen is that a database such
as Access or MySQL (basically just consisting of tables) would be put on the
Web.

Then "dynamic" Web pages (such as classic ASP pages which include VBScript,
HTML, and/or JavaScript) would be created acting like the old desktop
database's queries, forms, and reports to access the database - all hosted on a
Web Server.

Dynamic Web pages are similar in many ways to regular HTML pages. But they are
"live" because the user can read from and write to information in the database.
An example where you can login and add, edit, or view fictional customers and
invoices is at http://www.bullschmidt.com/login.asp

Not all Web hosts will handle dynamic Web pages but many do. The Web hosts
that can handle ASP pages usually have a Windows 2000 or Windows 2003 operating
system running an IIS Web server.

Here are a few good ASP sites:
o ASP101 Samples - http://www.asp101.com/samples
o W3Schools ASP Tutorial - http://www.w3schools.com/asp
o Microsoft VBScript Language Reference -
http://msdn.microsoft.com/scripting/...BScript/doc/vb
scripttoc.htm

And the following newsgroup is good:
microsoft.public.inetserver.asp.general

Or for a "quick and dirty" generic ASP open source solution to putting
databases on the Web (often works well for the admin area of a Web site) that
just requires setting up a configuration page for each table or query and
uploading the database to the Web as long as there is an autonumber field in
each table (and you'll probably also separately want to create login
capabilities), perhaps try something like this:
GenericDB by Eli Robillard
http://www.genericdb.com and then click on the Tips link to see an example

Best regards,
J. Paul Schmidt, Freelance Access and ASP Web Developer
www.Bullschmidt.com
Classic ASP Design Tips, ASP Web Database Demo, ASP Bar Chart Tool...
Nov 13 '05 #5

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

Similar topics

2
by: jason | last post by:
Is there a specific path I can follow to upsize my access 2000 database which has: 20 tables - mixture of primary and foreign tables 20 queries (action, select etc) Built on top of this...
2
by: Mike Metzger | last post by:
I've been running an Access2000 database for a couple years on a Win2k machine fine. We tried to copy the database over to another machine that already had Access2000 installed. When we tried to...
1
by: Mario Crevits | last post by:
My name is Mario Crevits, I'm from Belgium (Roeselare) and I'm working with Access97 for several years now. We are in an Access97-2000 migration project. I'm writing a wizard for the end-users to...
3
by: Bruce Acciavatti | last post by:
I've split a rather large Access2000 database that resides on a network drive, by keeping the back-end on the network drive and placing the front-end on the client's hard drive, linked to it. Both...
9
by: leen | last post by:
helo...i want to know about something...i think u all know about this...how much the maximum size for Microsoft Access2000 database??can i load bitmap files about 38000..which are about 5gig???...
6
by: alanpike | last post by:
Using SendObject in an Access2000 macro, I can send a report as an email attachment to MS Outlook. I would like the capability to have the person reading the attached email report to somehow...
8
by: mouac01 | last post by:
I'm not sure if this is possible. I would like to have a PHP app on the Internet connect and write to a local database (Intranet). For example, users would go to a web site...
3
by: olle | last post by:
How to deal with a VBA-project that is damaged? Hi everyone. I am BigOlle from sweden and I have been working with Accees for ten years I am now working on a project that started in Access97...
15
by: ravno | last post by:
I am developing an application in MS Access2000 - back-end database MS SQL 2000. When the application starts up, it refreshes link to backend like: ConnectStr =...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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,...

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.