473,473 Members | 1,581 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

MS Access as a web darabase?

AF
Can I use Access to deliver web pages?

I have two types of web pages on my sites. Complex ones, with tables,
pictures, special effects, and other objects. I will keep these in
FrontPage.

Other pages have only text, like reciprocal links pages.

Can I use Access to deliver these pages?

For example,

I may want to create a record for each reciprocal link, with fields
like url, title, description, category.

Then I would want to show a page of links based on categories using
this type of html (which may not be grammatically correct)

"<a href" + url +" >" + title + "</a>" + description

I would need Access to retrieve all records that have a category that
I am looking for and compaose a list of the records show the line
above for each record. Is this possible?

Thanks for any help.
Best regards,

Al
http://www.affordablefloridainsurance.com
http://www.americanbestmortgages.com
Nov 13 '05 #1
6 1599
Although it is possible to use Access with a website, I wouldn't do it. A
hacker could download your entire database without expending much effort. I
would use MySQL to store your website data instead, and if you want, you can
link your MySQL tables to Access so you'll have the same data interface that
you're used to working with.

Linda

"AF" <bscinc3000@Yahoo_NoSpam.com> wrote in message
news:28********************************@4ax.com...
Can I use Access to deliver web pages?

I have two types of web pages on my sites. Complex ones, with tables,
pictures, special effects, and other objects. I will keep these in
FrontPage.

Other pages have only text, like reciprocal links pages.

Can I use Access to deliver these pages?

For example,

I may want to create a record for each reciprocal link, with fields
like url, title, description, category.

Then I would want to show a page of links based on categories using
this type of html (which may not be grammatically correct)

"<a href" + url +" >" + title + "</a>" + description

I would need Access to retrieve all records that have a category that
I am looking for and compaose a list of the records show the line
above for each record. Is this possible?

Thanks for any help.
Best regards,

Al
http://www.affordablefloridainsurance.com
http://www.americanbestmortgages.com

Nov 13 '05 #2
AF
On Tue, 14 Jun 2005 19:10:02 GMT, "Linda Burnside"
<linda@nospam_burnsidebiz.com> wrote:
Although it is possible to use Access with a website, I wouldn't do it. A
hacker could download your entire database without expending much effort. I
would use MySQL to store your website data instead, and if you want, you can
link your MySQL tables to Access so you'll have the same data interface that
you're used to working with.

Linda

"AF" <bscinc3000@Yahoo_NoSpam.com> wrote in message
news:28********************************@4ax.com.. .
Can I use Access to deliver web pages?

I have two types of web pages on my sites. Complex ones, with tables,
pictures, special effects, and other objects. I will keep these in
FrontPage.

Other pages have only text, like reciprocal links pages.

Can I use Access to deliver these pages?

For example,
Thanks for the information. Are there any good books, online
tutorials, etc. on how to do your suggestion?

I guess first I have to figure out how to use MySQL, and then how to
connect to Access.

Thanks again. I may want to create a record for each reciprocal link, with fields
like url, title, description, category.

Then I would want to show a page of links based on categories using
this type of html (which may not be grammatically correct)

"<a href" + url +" >" + title + "</a>" + description

I would need Access to retrieve all records that have a category that
I am looking for and compaose a list of the records show the line
above for each record. Is this possible?

Thanks for any help.
Best regards,

Al
http://www.affordablefloridainsurance.com
http://www.americanbestmortgages.com


Best regards,

Al
http://www.affordablefloridainsurance.com
http://www.americanbestmortgages.com
Nov 13 '05 #3
AF <bscinc3000@Yahoo_NoSpam.com> wrote in
news:28********************************@4ax.com:
Can I use Access to deliver web pages?
No.

You could use a Jet database to store the data you deliver on a web
page, though. You can use Access to create that database, but
nothing of the Access part of the database will be used by the web
site.
I have two types of web pages on my sites. Complex ones, with
tables, pictures, special effects, and other objects. I will keep
these in FrontPage.

Other pages have only text, like reciprocal links pages.

Can I use Access to deliver these pages?
No. But an MDB could be used to store the lists, and then you'd need
to use some kind of server-side scripting language to retrieve the
list when it's requrested.
For example,

I may want to create a record for each reciprocal link, with
fields like url, title, description, category.

Then I would want to show a page of links based on categories
using this type of html (which may not be grammatically correct)

"<a href" + url +" >" + title + "</a>" + description

I would need Access to retrieve all records that have a category
that I am looking for and compaose a list of the records show the
line above for each record. Is this possible?


Again, Access is not a server database, so can't act as part of a
web page (except in ways that you don't want to get into).

But you can use Access to create an MDB file (which is Jet) to store
data in, and then write code to retrieve data from there.

Ignore the advice about MySQL. It comes from someone who is either
ignorant or prejudiced. There's nothing magical about putting your
MDB file in a path accessible to the server-side code that can't be
accessed from the HTTP server.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #4
AF wrote:
Can I use Access to deliver web pages?

I have two types of web pages on my sites. Complex ones, with tables,
pictures, special effects, and other objects. I will keep these in
FrontPage.

Other pages have only text, like reciprocal links pages.

Can I use Access to deliver these pages?

For example,

I may want to create a record for each reciprocal link, with fields
like url, title, description, category.

Then I would want to show a page of links based on categories using
this type of html (which may not be grammatically correct)

"<a href" + url +" >" + title + "</a>" + description

I would need Access to retrieve all records that have a category that
I am looking for and compaose a list of the records show the line
above for each record. Is this possible?

Thanks for any help.
Best regards,

Al
http://www.affordablefloridainsurance.com
http://www.americanbestmortgages.com

Take a look at my web page for lots of info on this topic

http://members.cox.net/tulsaalstons/...20Internet.htm

Bob
Nov 13 '05 #5
Any database, including the Access's Default Microsoft JET Database can
be used anywhere there is a technology available to connect to the
database. Many sites use ASP, ADO and HTML Forms to facilitate an
interactive web GUI with a JET Database. At one time, depending on how
this db was created, it might not have an Access reference at all. (I
do not know if this is still possible).
Often we are told this is inefficient with some number such as 25 being
advanced as the maximum number of concurrent users a JET (Access)
database can support. As HTML forms are not bound (except when using
some MS "magic!" such as data binding) this concern may not be
warranted. Typically, an ADO Connection opens and closes in a fraction
of a second, and can wait. So in fact we can have many, many users, who
seem to be "concurrent" but in fact are part of a queue which is almost
always available.
Client Access can be programmed to write HTML files and to upload them
to a server using FTP or ADO (no, really! ... ADO). I have written such
an application for a genealogy site. These files can be written and
uploaded very very quickly, if memory serves me correctly, 7000
in less than 2 minutes..
But I know of no way of having Access running on a server and being
used on the Internet, except through some utility such as Terminal
Server. I shudder at the thought of one server running many instances
of a program, but there is much support for TS Access use here in CDMA
and I have to yield to those with more experience with this than I.
Data Access Pages are a close approximation of Access on the Web. But
DAPs require Office software on the client machine, and many
developers, including me, have found them to be less than sufficiently
responsive and malleable.

Nov 13 '05 #6
On Tue, 14 Jun 2005 15:43:25 GMT, AF <bscinc3000@Yahoo_NoSpam.com>
wrote:
Can I use Access to deliver web pages?

I can say something about this: for the last three years I have been
developing web interfaces to ms-access and sql server databases.
Mostly for our internal intranet - but also as a service provider to
outside clients.

To make a long,long story short, we pushed ms-access to its limits.
Conclusion?

Yes - you can use the Jet database MDB file (97,2000, whatever) as a
store for data and provide a HTML front-end for it in a web browser.
However, it requires A LOT of work and very careful server setup.
There are a lot of issues: Security, Connections, etc.

I've been using ASP for the last three years and am just now
transitioning to .NET. You have to know how to get your data and get
back out of the database as fast as possible. It's all about
connections to your database. It's true that you really don't want a
whole lot of people (less than 25) connecting to a jet mdb file at the
**same** time -- but that's the point: they don't access it at the
same time: they take turns. You design the web pages to make a quick
connection, get some data, and then disconnect.

We have hundred's connecting to one of our last remaining ms-access
db's (the rest have been up-sized to sql server). It's made up of 2
mdb files because of size limits with each db closing in on 1 gig in
size.

When I see someone ask whether you can use ms-access to serve web
pages I cringe inside === not because jet isn't a good database,
because it is. But because it requires knowledge and skill in setup of
the web site and the server that hosts it.

If you have to ask that question, you don't have that knowledge and
you have a long, long road ahead of you.

In many ways, sql server is much, much easier. Now that we are finally
almost moved over to sql server, it's so much better I can hardly
believe it.
Nov 13 '05 #7

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

Similar topics

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...
13
by: bill | last post by:
I am trying to convince a client that dotNet is preferable to an Access project (ADP/ADE). This client currently has a large, pure Access MDB solution with 30+ users, which needs to be upgraded....
1
by: Dave | last post by:
Hello NG, Regarding access-declarations and member using-declarations as used to change the access level of an inherited base member... Two things need to be considered when determining an...
13
by: Simon Bailey | last post by:
I am a newcomer to databases and am not sure which DBMS to use. I have a very simplified knowledge of databases overall. I would very much appreciate a (simplifed) message explaining the advantages...
0
by: Frederick Noronha \(FN\) | last post by:
---------- Forwarded message ---------- Solutions to Everyday User Interface and Programming Problems O'Reilly Releases "Access Cookbook, Second Edition" Sebastopol, CA--Neither reference book...
49
by: Yannick Turgeon | last post by:
Hello, We are in the process of examining our current main application. We have to do some major changes and, in the process, are questionning/validating the use of MS Access as front-end. The...
20
by: Olav.NET | last post by:
I am a .NET/C++ developer who is supposed to do some work with Access. I do not know much about it except for the DB part. Questions: *1* I am looking for INTENSIVE books to get quickly up to...
47
by: ship | last post by:
Hi We need some advice: We are thinking of upgrading our Access database from Access 2000 to Access 2004. How stable is MS Office 2003? (particularly Access 2003). We are just a small...
0
by: ShakirNSK | last post by:
I am facing a problem when i use to connect crystal report with MS.Access datafile i want to edit in Select query for desire results but on right clicking on command for editing is not enabled while...
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,...
0
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...
1
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
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,...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
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.