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

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 1337
On Wed, 08 Sep 2004 00:11:47 GMT, Ralph2 <no*******@hotmail.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*******@hotmail.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*****@NObestfitsoftwareSPAM.com.au> wrote:
On Wed, 08 Sep 2004 00:11:47 GMT, Ralph2 <no*******@hotmail.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*******@hotmail.com>
wrote:

Links can also be updated programmatically. 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*****@NObestfitsoftwareSPAM.com.au> wrote:
On Wed, 08 Sep 2004 00:11:47 GMT, Ralph2 <no*******@hotmail.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*******@hotmail.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
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...
9
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...
1
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...
2
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. ...
1
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...
193
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...
35
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...
20
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...
15
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...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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:
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,...

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.