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

Access Database Online?

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.

We're not hosting our own web site, but are using a provider that
offers Windows and Unix options. I assume that we'll want a Windows
host for any server side support (ASP?). What else would be involved?
Any pointers to documentation regarding this?
Thanks in Advance.
Nov 12 '05 #1
6 18745
<xm****@yahoo.com> wrote in message
news:4a**************************@posting.google.c om...
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.

We're not hosting our own web site, but are using a provider that
offers Windows and Unix options. I assume that we'll want a Windows
host for any server side support (ASP?). What else would be involved?
Any pointers to documentation regarding this?
Thanks in Advance.


Who told you data access pages are read-only? They are intended to allow
viewing and editing. If you have a copy of Access then you could start with
the help files for DAP - however my advice would be to ignore them and use
ASP. Hand-coded ASP pages will give you the most flexibility for putting
your database online - but can involve a vast amount of code if you intend
to replicate the workings of an averagely complex Access database. It's not
too bad if there are only a few tables.
If that sounds like too much work, you could see if your host supports Front
Page server extensions - which may take some of the coding work out of the
project - but I would go straight to ASP / ASP.Net.
In any case, this newsgroup is probably not the best place to start - try
the ASP websites / newsgroups first.
Fletcher

Nov 12 '05 #2
Access Data Access Pages are not read-only. But they do have limitations --
the user must be using IE 5.5 or later and have the Office Web Extensions
loaded. For Office XP, those are a free download from Microsoft.

Other approaches you can use are: the Database Interaction Wizard with
FrontPage 2002 or later, ActiveX Server Pages (.asp or ASP.NET), or a
third-party product such as Cold Fusion.

You do not use Access itself with any but Data Access Pages; what is, for
convenience, called an "Access database" is, in fact, a Jet database (Jet
being the default database engine that comes with Access). With .asp, the
most common way to access it is via ADO, with ASP.NET, ADO.NET.

There are newsgroups dealing with each of these technologies and coverage of
the Microsoft ones at http://www.microsoft.com, http://msdn.microsoft.com,
and http://support.microsoft.com, as a start. There also are many other,
independent and third-party sites that deal with web database applications.
You can check to see what newsgroups your news server carries, or the online
access at http://groups.google.com, or the free news server at
"news.microsoft.com".

Larry Linson
Microsoft Access MVP


<xm****@yahoo.com> wrote in message
news:4a**************************@posting.google.c om...
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.

We're not hosting our own web site, but are using a provider that
offers Windows and Unix options. I assume that we'll want a Windows
host for any server side support (ASP?). What else would be involved?
Any pointers to documentation regarding this?
Thanks in Advance.

Nov 12 '05 #3
> Who told you data access pages are read-only? They are intended to allow
viewing and editing.


When I created the data access pages, I was not able to modify data,
only view it. I tried navigating the Access help system, but it's
even worse than previous versions of Access, so I finally gave up and
assumed that data access pages were read only.

If I'm wrong, then I can just create these pages, host everything on a
web site (Windows hosting) and be done with it. It may not be an
"Access Interface", but it will suffice.
Thanks.
Nov 12 '05 #4
> Access Data Access Pages are not read-only. But they do have limitations --
the user must be using IE 5.5 or later and have the Office Web Extensions
loaded. For Office XP, those are a free download from Microsoft.


I thought the Data Access Pages were read only since the ones I
created would not allow data to be entered. I'm glad I'm wrong, now I
just need to figure out what went wrong (sadly, the help system in
Access is agonizing to use).

That's not a problem. As long as these data access pages will allow
modifications of the data, then any configuration issues can be
addressed.
Thank you for yoru assistance.
Nov 12 '05 #5
Hi All,
Thanks for all your input. The best solution I have seen is Windows
Terminal Server, or some similar setup.

Since we have some control over the client configuration, there should
be no problems with that. We can copy the .mdb file online, take
whatever security measures necessary, and have the client use the WTS
software to directly access this file. They should have read/write
capabilities and the full features of Access should be available to
them.

Data Access Pages are a good second choice if this doesn't work but
WTS seems to be the least labor intensive and most powerful solution.
Thanks.
Nov 12 '05 #6
If you are using Access 2000 or upper version it should not be a
problem it will give chance to convert the database and it is possible
to edit data from there on. Or you may have problem with access
permission that is you don't have the "edit" permission on you web
directory.

But best solution is that go ahead with IIS (windows web hosting) with
any web hosting company they will be able to give you better solution
if you have any problem. You can go http://www.m6.net the have better
value.

Cheers
Suvra Barua


xm****@yahoo.com wrote in message news:<4a**************************@posting.google. com>...
Who told you data access pages are read-only? They are intended to allow
viewing and editing.


When I created the data access pages, I was not able to modify data,
only view it. I tried navigating the Access help system, but it's
even worse than previous versions of Access, so I finally gave up and
assumed that data access pages were read only.

If I'm wrong, then I can just create these pages, host everything on a
web site (Windows hosting) and be done with it. It may not be an
"Access Interface", but it will suffice.
Thanks.

Nov 12 '05 #7

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

Similar topics

3
by: intl04 | last post by:
I was told by an instructor of Oracle SQL that an MS Access database cannot be used to have several people enter records at about the same time, that the database will "freeze up" as a result -...
4
by: rufus | last post by:
Hi, On the project I am working on we need to encapsulate all data and business logic in an activex dll. My question is: How do I do this? How can I access the form objects ie text boxes,...
9
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...
14
by: D | last post by:
Hey guys- not sure where this post fits in, so I cc'd a few other groups as well- hope you dont mind... I have someone creating a database for me in Access 2000 (or is it called XP?). When it's...
6
by: baramee | last post by:
I develop web application by asp.net with ms access. In general , it work fine. But if hit rate of web is very much, it occure error 'Unspecified error'. it error on conn.open. My code will be...
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...
4
by: gpl666666 | last post by:
Does anyone know any free online space which allows user to upload mdb Access database file?
1
by: Michael | last post by:
Hello, I am trying to develop a database solution for an organisation in Indonesia. This organization has a number of offices and users throughout the country. They all need to maintain their...
0
by: raylopez99 | last post by:
10 years ago, the below was written (see very end, after my signature RL). What, if anything, has changed? I have Access 2003 and soon Access 2007 on a Windows XP Professional or Windows...
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: 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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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:
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...
0
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...

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.