473,811 Members | 2,924 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Putting my Access 97 database on the web

I have a large Access 97 database that's been split into a front and
back end. We've used it successfully with several computers networked
together, but now some of the people in my organization are saying that
since some of the people who need to get at it are all over the state,
it would be nice to put it up on the web and have a web interface for
it. Is there any way to do this without rewriting the entire front end
in some other language? Much of what the database does is written into
the VBA code.

Thank you for any insight you can give me,
Rebecca

Nov 12 '05 #1
17 2674
As far as I know, no.
I am going the path of implementing a limited FE functionality in ASP. I
will leave full VBA FE functionality for those who choose to work in the
main office :-)
Pavel

Rebecca wrote:

I have a large Access 97 database that's been split into a front and
back end. We've used it successfully with several computers networked
together, but now some of the people in my organization are saying that
since some of the people who need to get at it are all over the state,
it would be nice to put it up on the web and have a web interface for
it. Is there any way to do this without rewriting the entire front end
in some other language? Much of what the database does is written into
the VBA code.

Thank you for any insight you can give me,
Rebecca

Nov 12 '05 #2
Thanks for replying. I thought that maybe that was the case. It's true
that only one person (for now, anyway) really needs the majority of the
functionality of the db. All the others will only be working with the
one table and a few other small tables that relate to it and not much else.

How is ASP to work with? What's the easiest way to learn it? Do you
have a recommendation for a book or site?

Thanks,
Rebecca

Pavel Romashkin wrote:
As far as I know, no.
I am going the path of implementing a limited FE functionality in ASP. I
will leave full VBA FE functionality for those who choose to work in the
main office :-)
Pavel

Rebecca wrote:
I have a large Access 97 database that's been split into a front and
back end. We've used it successfully with several computers networked
together, but now some of the people in my organization are saying that
since some of the people who need to get at it are all over the state,
it would be nice to put it up on the web and have a web interface for
it. Is there any way to do this without rewriting the entire front end
in some other language? Much of what the database does is written into
the VBA code.

Thank you for any insight you can give me,
Rebecca


Nov 12 '05 #3
You could put the application on a Terminal server or PCAnyware computer,
then allow your remote user to connect though a VPN.

"Rebecca" <Re*****@JaxonF amily.net> wrote in message
news:uIBgb.6960 64$YN5.568014@s ccrnsc01...
I have a large Access 97 database that's been split into a front and
back end. We've used it successfully with several computers networked
together, but now some of the people in my organization are saying that
since some of the people who need to get at it are all over the state,
it would be nice to put it up on the web and have a web interface for
it. Is there any way to do this without rewriting the entire front end
in some other language? Much of what the database does is written into
the VBA code.

Thank you for any insight you can give me,
Rebecca

Nov 12 '05 #4
Among others, three easy possibilities;
- Learn Frontpage
- Use www.genericdb.com
- If it is limited to few people, the use of Windows Terminal Service (the
easiest, IMO).

"Rebecca" <Re*****@JaxonF amily.net> wrote in message
news:uIBgb.6960 64$YN5.568014@s ccrnsc01...
I have a large Access 97 database that's been split into a front and
back end. We've used it successfully with several computers networked
together, but now some of the people in my organization are saying that
since some of the people who need to get at it are all over the state,
it would be nice to put it up on the web and have a web interface for
it. Is there any way to do this without rewriting the entire front end
in some other language? Much of what the database does is written into
the VBA code.

Thank you for any insight you can give me,
Rebecca

Nov 12 '05 #5
That's interesting. Would it then behave just like it would on a local
network? Is it secure? Expensive? This is a not-for-profit
organization without a lot of excess in their budget.

Rebecca

paii wrote:
You could put the application on a Terminal server or PCAnyware computer,
then allow your remote user to connect though a VPN.

"Rebecca" <Re*****@JaxonF amily.net> wrote in message
news:uIBgb.6960 64$YN5.568014@s ccrnsc01...
I have a large Access 97 database that's been split into a front and
back end. We've used it successfully with several computers networked
together, but now some of the people in my organization are saying that
since some of the people who need to get at it are all over the state,
it would be nice to put it up on the web and have a web interface for
it. Is there any way to do this without rewriting the entire front end
in some other language? Much of what the database does is written into
the VBA code.

Thank you for any insight you can give me,
Rebecca



Nov 12 '05 #6
Well, there is certainly a cost. However, that cost is often much less then
re-writing the part and the cost of setting up a web server.

If you are running windows 2000 server edition, you can enable remote
access, and anyone anywhere on the internet can use the application. You are
allowed two free remote users at the SAME TIME. If you need MORE THEN two
remote users at the same time, then you have to start shelling out some
money.

I would also of course for reasons of security use a VPN. Regardless,
setting up your own web server, or terminal server does requite someone with
experience in these areas (TS is way easier to setup then a web server
anyway. And, you don't have to change, or re-write your application).

For some reading on this issue, you can read the following of mine:

Using a wan with ms-access? How fast, how far?
http://www.attcanada.net/~kallal.msn/Wan/Wans.html

--
Albert D. Kallal (MVP)
Edmonton, Alberta Canada
ka****@msn.com
http://www.attcanada.net/~kallal.msn
Nov 12 '05 #7
Nice simple article, Albert! The sensitivity of file share mode to
dropouts on the netowork is exactly why I feel that the VPN is not a
good idea and if one wants multi-user, wide area access, they should use
a client-server approach.
I would like to add that to deploy a small database it is not necessary
to set up a web server. There are tons of commercial providers out there
with IIS deployed who will sell you web hosting with SQL server / Access
DB (OLEDB, ODBC) support for $10-100 a month, depending on the space and
reliability requirements.

Cheers,
Pavel

"Albert D. Kallal" wrote:

Well, there is certainly a cost. However, that cost is often much less then
re-writing the part and the cost of setting up a web server.

If you are running windows 2000 server edition, you can enable remote
access, and anyone anywhere on the internet can use the application. You are
allowed two free remote users at the SAME TIME. If you need MORE THEN two
remote users at the same time, then you have to start shelling out some
money.

I would also of course for reasons of security use a VPN. Regardless,
setting up your own web server, or terminal server does requite someone with
experience in these areas (TS is way easier to setup then a web server
anyway. And, you don't have to change, or re-write your application).

For some reading on this issue, you can read the following of mine:

Using a wan with ms-access? How fast, how far?
http://www.attcanada.net/~kallal.msn/Wan/Wans.html

--
Albert D. Kallal (MVP)
Edmonton, Alberta Canada
ka****@msn.com
http://www.attcanada.net/~kallal.msn

Nov 12 '05 #8
The application is running on the local network when using Terminal server.
Terminal server CALs cost $60 per user, if you already have Windows 2000
server.

"Rebecca" <Re*****@JaxonF amily.net> wrote in message
news:T4Fgb.6971 49$YN5.568509@s ccrnsc01...
That's interesting. Would it then behave just like it would on a local
network? Is it secure? Expensive? This is a not-for-profit
organization without a lot of excess in their budget.

Rebecca

paii wrote:
You could put the application on a Terminal server or PCAnyware computer, then allow your remote user to connect though a VPN.

"Rebecca" <Re*****@JaxonF amily.net> wrote in message
news:uIBgb.6960 64$YN5.568014@s ccrnsc01...
I have a large Access 97 database that's been split into a front and
back end. We've used it successfully with several computers networked
together, but now some of the people in my organization are saying that
since some of the people who need to get at it are all over the state,
it would be nice to put it up on the web and have a web interface for
it. Is there any way to do this without rewriting the entire front end
in some other language? Much of what the database does is written into
the VBA code.

Thank you for any insight you can give me,
Rebecca


Nov 12 '05 #9
Is it reliable? I went to the site that Albert Kallal suggested (above)
where he discusses it, and he suggests that since the VPN is subject to
occasional disconnects, the database can be corrupted. What do you
think about that? Of course, I don't want that to happen, but a VPN
does seem like the perfect solution otherwise.

Rebecca

paii wrote:
The application is running on the local network when using Terminal server.
Terminal server CALs cost $60 per user, if you already have Windows 2000
server.

"Rebecca" <Re*****@JaxonF amily.net> wrote in message
news:T4Fgb.6971 49$YN5.568509@s ccrnsc01...
That's interesting. Would it then behave just like it would on a local
network? Is it secure? Expensive? This is a not-for-profit
organizatio n without a lot of excess in their budget.

Rebecca

paii wrote:
You could put the application on a Terminal server or PCAnyware
computer,
then allow your remote user to connect though a VPN.

"Rebecca" <Re*****@JaxonF amily.net> wrote in message
news:uIBgb.6 96064$YN5.56801 4@sccrnsc01...
I have a large Access 97 database that's been split into a front and
back end. We've used it successfully with several computers networked
together, but now some of the people in my organization are saying that
since some of the people who need to get at it are all over the state,
it would be nice to put it up on the web and have a web interface for
it. Is there any way to do this without rewriting the entire front end
in some other language? Much of what the database does is written into
the VBA code.

Thank you for any insight you can give me,
Rebecca



Nov 12 '05 #10

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

Similar topics

4
3237
by: Eric Kincl | last post by:
Hello, its been a while since I posted/looked here... my normal email client doesn't handle newsgroups :( (ximian evolution) I was wondering how you stick a file into a database, and then retrive it again for the user with PHP/MySQL. I tried the following which apparently didnt work... Very quick overview of what I did... html
9
2550
by: Shaiboy_UK | last post by:
Hi all, Hopefully something simple here. I have written a form that takes data from a text box and updates it into an Access database. However, I want to also pass the local user date and time using date() and time() JavaScript commands, but can't find the right syntax to put them in the input command, example: <input name=date value="<javascript command here">
1
1956
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...
0
1809
by: Scott269 | last post by:
So I've got an old MS Works database I imported into Access. I needed a primary key so I created a record number field that was just the record number I manually inserted when I entered it in the database so I could sort the records by the date at which they were entered. Well now I've deleted some of those records so its of course causing gaps in the records. The record number in Access no longer matches my record number that I...
0
1104
by: rsanjaynj | last post by:
All, I have an MS Access database that gets data from various sources. We need to let the users query this database. To do the querying the Acess database is currently installed on all the user's local machines. Is it possible to put this database on the web so that we avoid installing it on local machines and just install on a server? What is the best way to do this? Also what is the easiest way to do this. Appreciate your help in...
4
1984
by: visionstate | last post by:
Hi all, I have built my 1st database and it is ready to go on a shared network drive. I have read a few articles about the security in access but am having some trouble getting my head around it all. Firstly, do I need to convert my database from an MDB file to an MDE file? Basically, what i want is for all users to be able to search through the database but only let myself edit the database. I changed some options in the 'Startup'...
2
1522
by: Torilyn73 | last post by:
Alrighty... one problem down... 40 more to go!! (Just kidding.. not really 40.. only 32!) My database needs to be accessible via the web. I have the server information so when its ready I can upload. I have my db filled with my data and I have a basic form created to retrieve/view the data. What I need is for multiple users to be able to access it at the same time via the web. I have played around a little with saving my form as a...
0
2411
by: drawing in aspnet | last post by:
Question about putting the data layer in a separate class library. I keep reading that the data layer should be separated from the presentation layer and put in its own class library. I am trying to do this but running into a problem. I'm hoping someone can point me in the right direction. I first create a class library (all code in C#) and within this class library create a very simple Sql Server Express database (.mdb) file. It's...
9
19113
by: sheri | last post by:
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 sheri@mbproducts.com
0
9607
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,...
0
10656
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10397
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10410
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
10138
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
9214
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
6897
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
5564
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...
1
4353
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

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.