473,585 Members | 2,657 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Some features not installed A2K, will any CD work to add same?

Hello
The person responsible for installing software at work believes in
installing the bare minimum., which does not include the option to
split a data base into a front and back end.
So, rather than "beg" will any CD work to install more features. Or,
will the add features look for the original CD only. Office 2000
installed and I would use my copy of the same program.
Thanks
Nov 13 '05 #1
5 1342
On Wed, 08 Sep 2004 00:11:47 GMT, Ralph2 <no*******@hotm ail.com>
wrote:

Using yours can cause problems in the long run, e.g. when installing a
new service pack. Assuming you used yours to install at home, it is
also illegal.
The IT department is responsible for providing you with the needed
software. Explore that avenue first. If uncooperative, escalate to
your manager.

-Tom.

Hello
The person responsible for installing software at work believes in
installing the bare minimum., which does not include the option to
split a data base into a front and back end.
So, rather than "beg" will any CD work to install more features. Or,
will the add features look for the original CD only. Office 2000
installed and I would use my copy of the same program.
Thanks


Nov 13 '05 #2
On Wed, 08 Sep 2004 00:11:47 GMT, Ralph2 <no*******@hotm ail.com> wrote:
Hello
The person responsible for installing software at work believes in
installing the bare minimum., which does not include the option to
split a data base into a front and back end.
So, rather than "beg" will any CD work to install more features. Or,
will the add features look for the original CD only. Office 2000
installed and I would use my copy of the same program.
Thanks


As Tom suggested it would be inadvisable to use your own CD to install missing features, however if all you want to do
is split your db then the wizards are not really required as it is trivially easy to do the split manually.

1. Take a backup copy of your db before you start (for safety)
2. Make a copy of your database so you have 2 identical files.
3. Rename the copy to the name you want for your datafile (MyDbData.mdb)
4. Open this file and delete all objects except the tables (delete all queries, forms, reports, macros, modules etc)
5. Open your original file (front end) and delete all the tables. leave all other objects as they are.
6. Right click inside the tables section of the database window and select Link Tables ...
7. Browse to the location of your new datafile and select it.
8. Select All tables from the list that appears and click OK

The tables will be linked and you now have a split database.
Wayne Gillespie
Gosford NSW Australia
Nov 13 '05 #3
On Wed, 08 Sep 2004 02:24:40 GMT, Wayne Gillespie
<be*****@NObest fitsoftwareSPAM .com.au> wrote:
On Wed, 08 Sep 2004 00:11:47 GMT, Ralph2 <no*******@hotm ail.com> wrote:
Hello
The person responsible for installing software at work believes in
installing the bare minimum., which does not include the option to
split a data base into a front and back end.
So, rather than "beg" will any CD work to install more features. Or,
will the add features look for the original CD only. Office 2000
installed and I would use my copy of the same program.
Thanks


As Tom suggested it would be inadvisable to use your own CD to install missing features, however if all you want to do
is split your db then the wizards are not really required as it is trivially easy to do the split manually.

1. Take a backup copy of your db before you start (for safety)
2. Make a copy of your database so you have 2 identical files.
3. Rename the copy to the name you want for your datafile (MyDbData.mdb)
4. Open this file and delete all objects except the tables (delete all queries, forms, reports, macros, modules etc)
5. Open your original file (front end) and delete all the tables. leave all other objects as they are.
6. Right click inside the tables section of the database window and select Link Tables ...
7. Browse to the location of your new datafile and select it.
8. Select All tables from the list that appears and click OK

The tables will be linked and you now have a split database.
Wayne Gillespie
Gosford NSW Australia


Will try this but... suspect it will not work. But, your method links
from inside the tables, I never tried it that way.
Let me backup..At home I split my database. Then, took my split copy
to work, placed the back end on our server and the front end on the
local computer. But I get an error message about the link to my back
end not being valid. (it seems to default to the default location of
the files i.e. \\my documents\\) Anyway trying to link my tables is
where I run into the problem with "that" feature not being installed.
Thus the desire to have the split data base feature, my reasoning is
that because I can not split, I can not update links either.

Nov 13 '05 #4
On Wed, 08 Sep 2004 03:52:47 GMT, Ralph2 <no*******@hotm ail.com>
wrote:

Links can also be updated programmaticall y. Many commercial-grade
applications do this. Refer to the Connect property and the
RefreshLink method in the help file.

-Tom.

On Wed, 08 Sep 2004 02:24:40 GMT, Wayne Gillespie
<be*****@NObes tfitsoftwareSPA M.com.au> wrote:
On Wed, 08 Sep 2004 00:11:47 GMT, Ralph2 <no*******@hotm ail.com> wrote:
Hello
The person responsible for installing software at work believes in
installing the bare minimum., which does not include the option to
split a data base into a front and back end.
So, rather than "beg" will any CD work to install more features. Or,
will the add features look for the original CD only. Office 2000
installed and I would use my copy of the same program.
Thanks


As Tom suggested it would be inadvisable to use your own CD to install missing features, however if all you want to do
is split your db then the wizards are not really required as it is trivially easy to do the split manually.

1. Take a backup copy of your db before you start (for safety)
2. Make a copy of your database so you have 2 identical files.
3. Rename the copy to the name you want for your datafile (MyDbData.mdb)
4. Open this file and delete all objects except the tables (delete all queries, forms, reports, macros, modules etc)
5. Open your original file (front end) and delete all the tables. leave all other objects as they are.
6. Right click inside the tables section of the database window and select Link Tables ...
7. Browse to the location of your new datafile and select it.
8. Select All tables from the list that appears and click OK

The tables will be linked and you now have a split database.
Wayne Gillespie
Gosford NSW Australia


Will try this but... suspect it will not work. But, your method links
from inside the tables, I never tried it that way.
Let me backup..At home I split my database. Then, took my split copy
to work, placed the back end on our server and the front end on the
local computer. But I get an error message about the link to my back
end not being valid. (it seems to default to the default location of
the files i.e. \\my documents\\) Anyway trying to link my tables is
where I run into the problem with "that" feature not being installed.
Thus the desire to have the split data base feature, my reasoning is
that because I can not split, I can not update links either.


Nov 13 '05 #5
Thanks to all, linking indeed does work as described by others. Wish I
knew this when I first made my database...

On Wed, 08 Sep 2004 00:11:47 GMT, Ralph2 <no*******@hotm ail.com>
wrote:
Hello
The person responsible for installing software at work believes in
installing the bare minimum., which does not include the option to
split a data base into a front and back end.
So, rather than "beg" will any CD work to install more features. Or,
will the add features look for the original CD only. Office 2000
installed and I would use my copy of the same program.
Thanks


Nov 13 '05 #6

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

Similar topics

4
2746
by: PHPkemon | last post by:
Hi there, A few weeks ago I made a post and got an answer which seemed very logical. Here's part of the post: PHPkemon wrote: > I think I've figured out how to do the main things like storing products in
9
2070
by: TPJ | last post by:
First I have to admit that my English isn't good enough. I'm still studying and sometimes I just can't express what I want to express. A few weeks ago I've written 'Python Builder' - a bash script that allows anyone to download, compile (with flags given by user) and install Python and some external modules (e.g. wxPython, PyGTK,...
1
2595
by: Az Tech | last post by:
Hi people, (Sorry for the somewhat long post). I request some of the people on this group who have good experience using object-orientation in the field, to please give some good ideas for topics to include in a course on object-orientation that I'm going to conduct. (I will later summarize all the replies and discussion, for the
2
1327
by: John Viele | last post by:
Every time I create ASP.NET pages that do any significant data access, I find myself having to deal with the same problems: managing data object creation, the SQL connection object especially. Problem 1: If I have a pile of data adapters on a page, I typically only need a single SQL connection object, though the designer always tries to add...
1
4158
by: Norman Fritag | last post by:
Hi there I have avoided to use active x controls because I thought they are causing more problems then they are doing any good. I a new application I would want to use the tree and list view control in access 2002. Prior to that I like to fine some information or here some feed back from developers who have use active x controls success...
193
9486
by: Michael B. | last post by:
I was just thinking about this, specifically wondering if there's any features that the C specification currently lacks, and which may be included in some future standardization. Of course, I speak only of features in the spirit of C; something like object-orientation, though a nice feature, does not belong in C. Something like being able...
35
1873
by: Justin Weinberg | last post by:
My thoughts on this.... http://msdn.microsoft.com/vbasic/Future/default.aspx?pull=/library/en-us/dnvs05/html/vb9overview.asp My thoughts: 1. Regarding Implicit types, I don't use type declaration for the benefits of performance. It's for the benefit of clarity of purpose when reading code. The first thing I do with neophyte...
20
4249
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site is structured as an upside-down tree, and (if I remember correctly) never more than 4 levels. The site basically grew (like the creeping black...
15
2059
by: colemanj4 | last post by:
Here is what I have so far, it loops while the PW is incorrect, or until cancel is selected. I want it to lock the tables for adds, deletes, and edits when cancel is selected, and if the PW is correct. I want this to run when the DB is opened, I would also like the text box to be starred (*) out when text is input. Thanks for your help. ...
0
7908
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...
0
7836
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...
0
8199
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. ...
0
8336
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...
0
8212
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...
0
5389
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...
0
3835
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...
0
3863
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2343
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.