473,666 Members | 2,575 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Putting an Access Database online

Hi need your expert advice. I want to put my access database online
so different users in my company can use it. I can put in on a secure
directory on my website. Can you direct me the best way to do this?
Thanks,
Sheri

sh***@mbproduct s.com

Sep 10 '07 #1
9 19104
On Sep 9, 9:16 pm, sh...@mbproduct s.com wrote:
Hi need your expert advice. I want to put my access database online
so different users in my company can use it. I can put in on a secure
directory on my website. Can you direct me the best way to do this?
Thanks,
Sheri

sh...@mbproduct s.com
Would it work just by uploading the file to that directory?

Sep 10 '07 #2
sh***@mbproduct s.com wrote:
On Sep 9, 9:16 pm, sh...@mbproduct s.com wrote:
Hi need your expert advice. I want to put my access database online
so different users in my company can use it. I can put in on a
secure directory on my website. Can you direct me the best way to
do this? Thanks,
Sheri

sh...@mbproduct s.com

Would it work just by uploading the file to that directory?
No. Access cannot be run over the internet. For a reasonably small number of
users you could set up VPNs and let them use Terminal Server to run the app.
Otherwise you need to re-write a web-based front end to replace the Access forms
and reports.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Sep 10 '07 #3
On Sep 9, 9:32 pm, "Rick Brandt" <rickbran...@ho tmail.comwrote:
sh...@mbproduct s.com wrote:
On Sep 9, 9:16 pm, sh...@mbproduct s.com wrote:
Hi need your expert advice. I want to put my access database online
so different users in my company can use it. I can put in on a
secure directory on my website. Can you direct me the best way to
do this? Thanks,
Sheri
sh...@mbproduct s.com
Would it work just by uploading the file to that directory?

No. Access cannot be run over the internet. For a reasonably small number of
users you could set up VPNs and let them use Terminal Server to run the app.
Otherwise you need to re-write a web-based front end to replace the Access forms
and reports.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
What would I use to write a web-based front end? Would upgrading my
database to sql server make it easier?

Sep 10 '07 #4
<sh***@mbproduc ts.comwrote in message
news:11******** **************@ o80g2000hse.goo glegroups.com.. .
>
What would I use to write a web-based front end? Would upgrading my
database to sql server make it easier?

You can pick any favorite web based development system you choose. asp.net
would likely be a good bet for you.

Remember, if you going web based, you really don't need ms-access anymore,a
nd in fact you NOT going to be using ms-access at all. So, wrong tool, wrong
newsgroup, and wrong approach.

You can't make the application web based, but you can STILL allow remote use
of the application OVER the internet. That is quite a different issue, but
one that would allow you to continue to use your current application. I
explain this process here:

http://www.members.shaw.ca/AlbertKallal//Wan/Wans.html

If you need a web based system, then there absolute NO relation to
ms-access, and none of the code, forms, reports etc. can be used. Plain and
simple, ms-access is not a web system and is of no use if you need a web
based application.

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl************* ****@msn.com
Sep 10 '07 #5
On Sep 10, 11:46 am, sh...@mbproduct s.com wrote:
What would I use to write a web-based front end? Would upgrading my
database to sql server make it easier?
Your choice of web based front end is determined by:
a. your skill and knowledgebase in the language you choose
b. the availability of that framework on the server that you choose

There is no soft conversion from taking an Access Form or Report and
putting it in a magic box and out comes a server side web page.

See:
http://members.optushome.com.au/anandasim/asp.htm
SQL Server will do more multi-threading and service more per second
requests from more web visitors.

SQL Server offers you 24x7 database backup - Access files cannot offer
you that.

SQL Server is more powerful and more grunt but it is also more work to
master it.

Both SQL Server and Access do not offer you the equivalent of generic
HTML Forms on the Web.
However, SQL Server does offer you SQL Server Reporting Services which
similar in idea to a Report Writer.
Sep 10 '07 #6
You could try linking Access 2007 to SharePoint.

This works nicely and is very simple to do once SharePoint is
installed and setup for secure access (ssl)

If it's just reporting, then migrate your reports into sql server
reporting services.
This again depends on how complex your reports are, but it is a quick
and simple way of reporting over the internet.

Regards,
Tom Bizannes
Sydney, Australia

Sep 10 '07 #7
SmartbizAustral ia wrote:
You could try linking Access 2007 to SharePoint.

This works nicely and is very simple to do once SharePoint is
installed and setup for secure access (ssl)

If it's just reporting, then migrate your reports into sql server
reporting services.
This again depends on how complex your reports are, but it is a quick
and simple way of reporting over the internet.

Regards,
Tom Bizannes
Sydney, Australia
This assumes that all users will use Internet Explorer as their web browser
though right?

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Sep 10 '07 #8
On Sep 10, 5:57 pm, "Rick Brandt" <rickbran...@ho tmail.comwrote:
This assumes that all users will use Internet Explorer as their web browser
though right?
Rick

I am looking at my server's offering as follows:

"SQL Server Reporting Services (SSRS) is a server-based solution that
enables the creation, management, and delivery of both traditional,
paper-oriented reports and interactive, Web-based reports.

SQL Server Reporting Services supports many common data sources, such
as OLE DB and Open Database Connectivity (ODBC), as well as multiple
output formats such as Web browsers and Microsoft Office applications.
SQL 2005 Reporting Services can connect to SQL 2005 or SQL 2000
databases."

Will the "Web-based reports" run/show or whatever on any main-stream
browser such as Firefox, Netscape or Opera, ... or only on Internet
Explorer?

Will the web application from which the SQL reports have to be a .Net
application? (The server is .Net enabled but my application is classic
ASP).

Any comments, gotchas, whatever?

Lyle

Sep 11 '07 #9
lyle wrote:
On Sep 10, 5:57 pm, "Rick Brandt" <rickbran...@ho tmail.comwrote:
>This assumes that all users will use Internet Explorer as their web
browser though right?

Rick

I am looking at my server's offering as follows:

"SQL Server Reporting Services (SSRS) is a server-based solution that
enables the creation, management, and delivery of both traditional,
paper-oriented reports and interactive, Web-based reports.

SQL Server Reporting Services supports many common data sources, such
as OLE DB and Open Database Connectivity (ODBC), as well as multiple
output formats such as Web browsers and Microsoft Office applications.
SQL 2005 Reporting Services can connect to SQL 2005 or SQL 2000
databases."

Will the "Web-based reports" run/show or whatever on any main-stream
browser such as Firefox, Netscape or Opera, ... or only on Internet
Explorer?

Will the web application from which the SQL reports have to be a .Net
application? (The server is .Net enabled but my application is classic
ASP).

Any comments, gotchas, whatever?

Lyle
At our company we have only dabbled a bit with reporting services, but none
of the pages we have done so far work in anything besides IE. I don't know
if that is an absolute or just the way it has worked out for our particular
pages.

Up to now I have been assuming that RS was strictly an IE thing, but I would
be glad to be informed otherwise.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Sep 11 '07 #10

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

Similar topics

6
18755
by: xmp333 | last post by:
Hi, I have read the MS documentation and researched this matter, but I could not find the answer to my question. If this is online or in a FAQ somewhere, I apologize in advance. How difficult would it be to host an Access Database online so that people who visit the web site can read and modify the database? I know one can create data access pages, but those are read only.
5
1861
by: Scott Drane | last post by:
I'm somewhat of a newbie at this, and a bit overwhelmed at all the information (ODBC, ASP, VB, etc). I'm doing a little work on Access for a small company, and someone had the brainstorm that we could put the Access database on the company's website so that everyone in the company could use it from different offices/home (there are only about 5 or 6 of us). I called our site host, and they setup a DNS for us (at least they said they...
9
7265
by: Daven Thrice | last post by:
If I have a fairly big Access MDB, that is relational, and has, say, 100 objects (forms, reports, modules, etc.), what is the path to get this database "online". Is there a way to put the tables online and then distribute the front end to each user? What if I want to have all the forms and stuff online? How do you approach something like that? Is it a total rewrite with another tool?
1
1948
by: Mike Turco | last post by:
I see quite a few ISP's offering the serving of "ms-access" data. What is the situation with that? Are they offering a service where your tables must be converted to some flavor of SQL and then attached, or can you really upload MDB's? If you can upload MDB's, are they really talking about being able to access that data with Access, or are they referring to uploading an MDB and then using only Data Access pages? Finally, if these guys...
1
1876
by: Miguel Dias Moura | last post by:
Hello, I have a completely dynamic web site all based in one 10 tables included in one Access Database. The web site is all done in ASP.Net / VB. I am looking for an easy way to create an online page which shows all records of a certain table and makes it possible to add a new record or edit or delete any existing record.
9
2394
by: Booster | last post by:
Hop someone can help me Working with access 2000 desktop application I am looking to make connection to a backend access database online on a windows hosting How to connect if possible Many thanks in advance, Marc.
3
1833
by: simon.robin.jackson | last post by:
Ok, please bare with me, im not a web developer. I am an intermediate Access database user. We collect data for a company that has 20 monitoring stations. Once a month they collate all the data together and send it to us. We have an access database that (via macros) we merge the data into. This has been going on for a few years now. If they want to know something about their data, they ring up, we look at the database and send out...
3
1312
by: lokie538 | last post by:
Hi, I have a big Access database that I would like to move online. It has forms, reports, all that, but i want to be able to access it from a webfront, like via IE or firefox and also I would like multiple users to access it at once. How would you approach doing something like this?? I presume it will mean a total recode? What software would i need to code this and run it? and also could it be hosted at yahoo or something like that (i dont...
5
3869
by: student2 | last post by:
Hi, I'm trying to help another student in our class to host an Access Database on line for a school project. 1) I tried so with ODBC- DSN (setting this up) 2) Read tutorials and guides on IIS (Inetpup...wwwroot) 3) Also on Data Access pages, Dreamweaver, Asp/Asp.net (all of which I'm new too) 4) Other methods.
0
8362
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8560
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8644
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7389
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5671
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4200
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4372
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2776
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
2
2012
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.