473,788 Members | 2,676 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Deploying access database

Hello All,

I had some considerable help from people in this forum a log while ago
whilst developing a databse for use in our business. The database has
developed beyond my wildest dreams over the last 3 years and I am very
proud of it.

It was developed in Access 2000 on a Windows 95 machine where it still
runs and during the development process I added various elements from the
installation disks which were not part of the standard installation.

I now wish to transfer the front end of this database onto 3 new computers
in the office with the backend on a server.

My problem is that the original MS Office 2000 Professional installation
disks have gone astray during our office move and I cannot therefore
install the add-ons which were not installed during the standard
installation.

Can someone please explain to me what I need to do to package the
application so that it will run on other computers which don't have the
full Access 2000 installation?

Any advice would be greatly appreciated.

Many thanks.

Malcolm Webb
Nov 13 '05 #1
5 3684
Malcolm:
In order to install and Access application onto a computer that does
not have Microsoft Access installed on it, you would have to create a
run-time installation. In order to do that you would have to have the
"Microsoft Visual Studio Tools for the Microsoft Office System" which
would cost you several hundred dollars.
This software has a wizard that would generate an installation image
which would install your Access application just as if you had
purchased it in a store.
The version I have is the 2003 version which works on the 2000 versions
of Access applications as well. Once the conversion is complete, I burn
the files it created onto CDs.
If you have any further questions about the product you can find me at
bear999 at gmail dot com.
Ted

Nov 13 '05 #2
It sounds to me as if you have Access installed on your other 3 machines,
but not all the "add-ins" from the installation disks.
Here's an approach which may work, although it's not for beginners...

Copy your "front end" mdb file to a new computer.
Open it in Access.
If it balks immediately, you may need to hold down the shift key while
opening it.
Open any code window, and click Tools - References.
You'll notice that several items are marked MISSING.
Make a note of these items.
Now go back to your machine, and open Tools - References.
Note the location of each of the files which was MISSING on the new
machine, and copy each one (via network or floppy disk) to the new machine.
Now you'll need to register each of the files you've copied on the new
machine.
From the Start button (lower left of your Windows screen), click Run.
In the box that pops up, type "regsvr32.e xe" (without the quotes),
followed by a space and the full path/filename of one of the transferred
files. Click OK; you should get a messagebox confirming the registration.
Repeat for each file you've transferred.

Try again to open the mdb on the new machine.
Do you know how to relink the front end to the back end on the server?

Post back if you need more help.
"Malcolm Webb" <mf****@btinter net.com> wrote in message
news:me******** *************** *@mfwebb.compul ink.co.uk...
Hello All,

I had some considerable help from people in this forum a log while ago
whilst developing a databse for use in our business. The database has
developed beyond my wildest dreams over the last 3 years and I am very
proud of it.

It was developed in Access 2000 on a Windows 95 machine where it still
runs and during the development process I added various elements from the
installation disks which were not part of the standard installation.

I now wish to transfer the front end of this database onto 3 new computers
in the office with the backend on a server.

My problem is that the original MS Office 2000 Professional installation
disks have gone astray during our office move and I cannot therefore
install the add-ons which were not installed during the standard
installation.

Can someone please explain to me what I need to do to package the
application so that it will run on other computers which don't have the
full Access 2000 installation?

Any advice would be greatly appreciated.

Many thanks.

Malcolm Webb

Nov 13 '05 #3
<It sounds to me as if you have Access installed on your other 3 machines,
<but not all the "add-ins" from the installation disks.
<Here's an approach which may work, although it's not for beginners...

This is exactly the situation. Your explanation regarding the references
worked a treat. Thanks very much.

As for linking the tables to the server -- yes I know how to do that, but
the Linked Table Manager is not installed on the 3 other machines. I need
the original installation disks for that.

The Linked Table Manager is installed on my 10 year old Windows 95
computer which is failing fast, and I have made the link between the front
end and the back end on that machine and then copied the front end to the
other 3 machines. Everything works as it should -- well, nearly, but I
know how to resolve the outstanding issues.

Would there be any major rewriting of code needed to migrate this database
onto a later version of Access than 2000?

Many thanks.
Malcolm Webb
Nov 13 '05 #4
While the Linked Tables Manager is convenient, you can also relink each
individual table using File - Get External Data - Link Table.
And if you create the same mapping from each local machine to the server (so
that each machine "sees" the back end, for example, at
Z:\AccessStuff\ MyBackEnd.MDB, then once you have one copy correctly linked,
you can just copy it to the other machines and the links should work.

I haven't worked much in Access versions above 2000 myself, but I think in
general anything that works in 2000 should work in later versions. (I've
heard of exceptions, but these don't seem to be major...)

"Malcolm Webb" <mf****@btinter net.com> wrote in message
news:me******** *************** *@mfwebb.compul ink.co.uk...
<It sounds to me as if you have Access installed on your other 3 machines,
<but not all the "add-ins" from the installation disks.
<Here's an approach which may work, although it's not for beginners...

This is exactly the situation. Your explanation regarding the references
worked a treat. Thanks very much.

As for linking the tables to the server -- yes I know how to do that, but
the Linked Table Manager is not installed on the 3 other machines. I need
the original installation disks for that.

The Linked Table Manager is installed on my 10 year old Windows 95
computer which is failing fast, and I have made the link between the front
end and the back end on that machine and then copied the front end to the
other 3 machines. Everything works as it should -- well, nearly, but I
know how to resolve the outstanding issues.

Would there be any major rewriting of code needed to migrate this database
onto a later version of Access than 2000?

Many thanks.
Malcolm Webb

Nov 13 '05 #5
File/Get external data/Link tables

I never knew that:-)

My problems are solved

A thousand thankyous to all who helped.
While the Linked Tables Manager is convenient, you can also relink each
individual table using File - Get External Data - Link Table.
And if you create the same mapping from each local machine to the server
(so that each machine "sees" the back end, for example, at
Z:\AccessStuff\ MyBackEnd.MDB, then once you have one copy correctly > linked, you can just copy it to the other machines and the links should work.


Malcolm Webb
Nov 13 '05 #6

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

Similar topics

1
2414
by: damjanu | last post by:
Hi; I have spent some time investigating this issue, and I would like to verify with you my findings. I would greatly appreciate someone experianced saying yes to what I concluded, or no and why.... I have access project. It was developed on MS SQL Server 2000 full edition.... I want to destribute it to my customers. They do not need MSSQL Server.
1
2337
by: Mister_d | last post by:
When deploying a solution using the Access 2003 runtime engine, do you have to use the packaging wizard that comes with the Access 2003 Developer Extentions, or can you use other packaging software such as the Visual Studio packager? The reason I ask it that I have created a small VB application that when launched, compares the revision of the local database (front end) to the revision of a master copy stored on a file server. If the...
1
2527
by: K Meyer | last post by:
Everything in the deployment works fine with the exception of the address of the database also deployed on the remote server. The string address is found under "oledbconnection" in the ".... .aspx.jsl" file. What should the string address look like on the remote computer? On my development machine the address is:
4
1247
by: Michelle Stone | last post by:
I am about to deploy our application on the Internet. We will be moving our server (containing IIS and our asp.net application) to the DataCentre of our country in a few days for being online. Which would be a better configuration? 1. Putting both IIS and SQL server on the SAME machine?
12
1537
by: Jozef | last post by:
I have a custom menu bar that I seem to be having trouble deploying with the database. This type of custom object is kept in the System.mdw correct? I have a target machine that won't let go of the original custom menubar that I created. Even when I remove the existing system.mdw, it seems to get re-created the next time I open Access, BUT it doesn't include the new menu bar, which leads me to believe that the program isn't creating this...
3
2613
by: pooba53 | last post by:
I have a VB .NET 2003 application that communicates with an Access db. I am deploying the application using the Wizard that creates an install package and it IS properly grabbing the Access db and putting it in the Program Files directory along with the application executable, no problem. The problem is this... The OleDbConnection knows of the database in an absolute location (i.e. C:\Documents and Settings\ApplicationDB\data.mdb
1
1819
by: David Jackson | last post by:
Hello, I'm looking for some best practice advice on deploying a 32-bit WinForms app on 32-bit Vista as regards file locations. The app will be written in Visual Studio.NET 2005 and will be compiled into a single executable with some values stored in the app.config file - the user needs to be able to update these values. The app also will use a Jet database.
1
1464
by: eva100801 | last post by:
Hi All, I have few questions about deploying windows apps developed in .Net framework. These days it is all about internet apps and services, and I need to develop small windows app and deployed it on a machine with no internet access, no database installed and no .Net framework either. This small Widows app includes presentation layer, business logic and data access layer. 1) Because client machines, where app will be running, doesn't...
12
13438
by: dbuchanan | last post by:
Hello, (Is this the proper newsgroup?) === Background === I am building a solution with two projects. One project is my data access layer which contains my DataSet as an xsd file. The XSD file was built by draging tables from the Data Sources pane. Auto-generated code created the files associated wtih the XSD file (xss,
0
9656
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9498
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
8993
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...
1
7517
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5399
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
5536
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4070
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
3674
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2894
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.