473,378 Members | 1,317 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,378 software developers and data experts.

Can an Access app run on a web server?

Given a small number(maybe 4-5) of simulataneous remote users, can an
app be run to provide "live" snapshot reports to snapviewer?

If so,

1. Does the app have to run continuously? (I would think not. I
would assume that the application object for access would open and
close the app on demand.)

2. Is it hazardous to run an Access app on the web server? Risk of
crashing web server?

3. I have load-balancing across two non-mirrored servers. Would this
present any problems?

Thanks,

Bob

Nov 13 '05 #1
6 1977
Additional information:

I would be calling the app from code in an asp.net page, or an .ascx or
a .dll.

Bob

Nov 13 '05 #2
How about just using the mdb to store data, and retrieving and formatting it
using ADO.NET and your ASP.NET page?

<bc******@bmghomes.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
Additional information:

I would be calling the app from code in an asp.net page, or an .ascx or
a .dll.

Bob

Nov 13 '05 #3
Data storage is not an issue.

Reporting is the issue. The report defs are in mdb's. In fact, Access
is only needed on the client for its reporting capability. I'd like to
lose Access from the clients altogether, but I'm trying to avoid
rebuilding a ton of reports, either manually or with a report writer.
I would settle for life with Access if I could make it see the report
data (which may be possible with xml and the ImportXML method.)

Meanwhile, I was just wondering what the pros and cons may be to making
the MSAccess application available on the server to kick out snapshot
reports readable by the viewer.

Thanks,

Bob

Nov 13 '05 #4
I think you can already guess at the answers to this one - you're
already asking the right questions.

Running a desktop app (whether Access, Excel etc...) on the webserver
worries web server admins -

Off the cuff:

1. There is the internal account issue - the webserver isn't a person -
it runs in a certain web account and uses this account profile to
launch Access - that account needs to have priviledges to run an app,
access data and folders etc... Thinks: Do you do anonymous
authentication or do you do NTLM authentication so that you can run the
app as the person account? Thinks: Have you thought of Remote Terminal
Services or Citrix which are process managed environments?

2. There is the process forking - running an app isn't a "properly
threaded" animal and isn't shared (AFAIK). Meaning every user will fork
off an Access process and so on - this could quite quickly bring down
the server.

3. There is the overhead of interop - .net forking off an unmanaged
desktop app - via automation.

If you have a play web server, you can try what you like but a
production server usually has several "mission critical" production
websites and few server managers would be happy with running desktop
apps as server processes. It's worse than CGI.

bc******@bmghomes.com wrote:
Additional information:

I would be calling the app from code in an asp.net page, or an .ascx or
a .dll.

Bob

Nov 13 '05 #5
There are many ways to do this.

Terminal Services is your friend. ASP with Frontpage or something else is
another.

Another unusual way that might do well for you is to send a command line to
your app on your server, which will react by saving a report in snapshot /
pdf. Then it can be downloaded.

<bc******@bmghomes.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
Given a small number(maybe 4-5) of simulataneous remote users, can an
app be run to provide "live" snapshot reports to snapviewer?

If so,

1. Does the app have to run continuously? (I would think not. I
would assume that the application object for access would open and
close the app on demand.)

2. Is it hazardous to run an Access app on the web server? Risk of
crashing web server?

3. I have load-balancing across two non-mirrored servers. Would this
present any problems?

Thanks,

Bob

Nov 13 '05 #6
Good information, all. Thanks.

Nov 13 '05 #7

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

Similar topics

11
by: Wolfgang Kaml | last post by:
Hello All, I have been working on this for almost a week now and I haven't anything up my sleeves anymore that I could test in addition or change.... Since I am not sure, if this is a Windows...
63
by: Jerome | last post by:
Hi, I'm a bit confused ... when would I rather write an database application using MS Access and Visual Basic and when (and why) would I rather write it using Visual Studio .Net? Is it as easy...
5
by: premmehrotra | last post by:
I currently have a multi-user access database which is put on a shared drive L: on a Windows Servers. Entire database is one file premdb.mdb. Users access this database from their laptops....
8
by: John Baker | last post by:
Hi: I am URGENTLY in need of some book or web site OR tool that will help me integrate a relatively simple access application into a web page or pages. This is a time recording system (by...
33
by: Uwe Range | last post by:
Hi to all! A customer of mine told me some days ago that her IT-people told her ACCESS would not be such a good idea for continuing with our project, because Access will not be continued in the...
17
by: DaveG | last post by:
Hi all I am planning on writing a stock and accounts program for the family business, I understand this is likely to take close to 2 years to accomplish. The stock is likely to run into over a...
15
by: Cheryl Langdon | last post by:
Hello everyone, This is my first attempt at getting help in this manner. Please forgive me if this is an inappropriate request. I suddenly find myself in urgent need of instruction on how to...
5
by: B1ackwater | last post by:
We've fooled around with Access a bit, but only using the single-user store-bought version. It seems to be a good database - versatile and infinitely programmable - and can apparently be used as a...
22
by: Jordan S. | last post by:
SQL Server will be used as the back-end database to a non trivial client application. In question is the choice of client application: I need to be able to speak intelligently about when one...
21
by: nihad.nasim | last post by:
Hi there, I have a database in Access that I need on the web. The web page should connect to the database and write records for certain tables and view records for others. I want to know a...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...
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...

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.