473,385 Members | 2,269 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,385 software developers and data experts.

Loading 2 versions of runtime

I have computers setup with A97 runtime with mde's. Work perfectly.

I've written an app in 2003 and purchased the Developer extensions.
When I load A2003 runtime with my app on a computer that has A97
runtime, I cannot open the A 97 mde's.

I was under the impression that the developer extensionsl allow for
having both runtimes on a computer.

1. A97 Runtime loaded first
2. A2003 runtime loaded second.

I've tested the a2003 mde in runtime mode on computer without A97 and
it works perfectly.
Is there anything I can do to have both runtime versions run on one
computer with two different mde's?

Any advise is greatly appreciated.

Regards,

Lar

Jul 10 '06 #1
28 2023
2 versions of Access can not exist on the same O/S, the only way you're
going to do that is with a dual-boot computer. The DLLs for the 2
versions of Access are completely different and will not interract with
each other.
larpup wrote:
I have computers setup with A97 runtime with mde's. Work perfectly.

I've written an app in 2003 and purchased the Developer extensions.
When I load A2003 runtime with my app on a computer that has A97
runtime, I cannot open the A 97 mde's.

I was under the impression that the developer extensionsl allow for
having both runtimes on a computer.

1. A97 Runtime loaded first
2. A2003 runtime loaded second.

I've tested the a2003 mde in runtime mode on computer without A97 and
it works perfectly.
Is there anything I can do to have both runtime versions run on one
computer with two different mde's?

Any advise is greatly appreciated.

Regards,

Lar
Jul 10 '06 #2

ManningFan a scris:
2 versions of Access can not exist on the same O/S, the only way you're
going to do that is with a dual-boot computer. The DLLs for the 2
versions of Access are completely different and will not interract with
each other.
larpup wrote:
I have computers setup with A97 runtime with mde's. Work perfectly.

I've written an app in 2003 and purchased the Developer extensions.
When I load A2003 runtime with my app on a computer that has A97
runtime, I cannot open the A 97 mde's.

I was under the impression that the developer extensionsl allow for
having both runtimes on a computer.

1. A97 Runtime loaded first
2. A2003 runtime loaded second.

I've tested the a2003 mde in runtime mode on computer without A97 and
it works perfectly.
Is there anything I can do to have both runtime versions run on one
computer with two different mde's?

Any advise is greatly appreciated.

Regards,

Lar
False!

You can have two versions (or more) of runtime on the same box, on the
same OS.
Just make sure that the path to msaccess for each shortcut point to the
right 'msaccess.exe' and of course you have installed them in different
folders.

Example:
' "C:\Program Files\Microsoft Office\Art\Office10\msaccess.exe "
"c:\MyXP_DB.mde" ' for Access XP .mde or .mdb file and
' "C:\MyProgram\Runtime\Office\msaccess.exe " "c:\My97_DB.mde" ' for
Access 97 .mde or .mdb file.
The same goes for other versions of runtime (A2k, A2k3) or for other
combinations of runtime.
Cheers!

Sebastian

Jul 10 '06 #3

ManningFan a scris:
2 versions of Access can not exist on the same O/S, the only way you're
going to do that is with a dual-boot computer. The DLLs for the 2
versions of Access are completely different and will not interract with
each other.
larpup wrote:
I have computers setup with A97 runtime with mde's. Work perfectly.

I've written an app in 2003 and purchased the Developer extensions.
When I load A2003 runtime with my app on a computer that has A97
runtime, I cannot open the A 97 mde's.

I was under the impression that the developer extensionsl allow for
having both runtimes on a computer.

1. A97 Runtime loaded first
2. A2003 runtime loaded second.

I've tested the a2003 mde in runtime mode on computer without A97 and
it works perfectly.
Is there anything I can do to have both runtime versions run on one
computer with two different mde's?

Any advise is greatly appreciated.

Regards,

Lar
False!

You can have two versions (or more) of runtime on the same box, on the
same OS.
Just make sure that the path to msaccess for each shortcut point to the
right 'msaccess.exe' and of course you have installed them in different
folders.

Example:
' "C:\Program Files\Microsoft Office\Art\Office10\msaccess.exe "
"c:\MyXP_DB.mde" ' for Access XP .mde or .mdb file and
' "C:\MyProgram\Runtime\Office\msaccess.exe " "c:\My97_DB.mde" ' for
Access 97 .mde or .mdb file.
The same goes for other versions of runtime (A2k, A2k3) or for other
combinations of runtime.
Cheers!

Sebastian

Jul 10 '06 #4
Rubbish, I have in the past had Access2, Access97, Access2k, AccessXp and
Access2003 all loaded on the same PC under the same OS at the same time.
--

Terry Kreft
"ManningFan" <ma********@gmail.comwrote in message
news:11**********************@75g2000cwc.googlegro ups.com...
2 versions of Access can not exist on the same O/S, the only way you're
going to do that is with a dual-boot computer. The DLLs for the 2
versions of Access are completely different and will not interract with
each other.
larpup wrote:
I have computers setup with A97 runtime with mde's. Work perfectly.

I've written an app in 2003 and purchased the Developer extensions.
When I load A2003 runtime with my app on a computer that has A97
runtime, I cannot open the A 97 mde's.

I was under the impression that the developer extensionsl allow for
having both runtimes on a computer.

1. A97 Runtime loaded first
2. A2003 runtime loaded second.

I've tested the a2003 mde in runtime mode on computer without A97 and
it works perfectly.
Is there anything I can do to have both runtime versions run on one
computer with two different mde's?

Any advise is greatly appreciated.

Regards,

Lar

Jul 10 '06 #5
You have to load them in sequence (A97 followed by A2k3) and they have to be
installed in different folders.

You then have to ensure that each mdb/mde uses the correct version, which
you can do by using shortcuts.

--

Terry Kreft
"larpup" <la****@gmail.comwrote in message
news:11**********************@h48g2000cwc.googlegr oups.com...
I have computers setup with A97 runtime with mde's. Work perfectly.

I've written an app in 2003 and purchased the Developer extensions.
When I load A2003 runtime with my app on a computer that has A97
runtime, I cannot open the A 97 mde's.

I was under the impression that the developer extensionsl allow for
having both runtimes on a computer.

1. A97 Runtime loaded first
2. A2003 runtime loaded second.

I've tested the a2003 mde in runtime mode on computer without A97 and
it works perfectly.
Is there anything I can do to have both runtime versions run on one
computer with two different mde's?

Any advise is greatly appreciated.

Regards,

Lar

Jul 10 '06 #6
And how do you prevent the OCXs in Windows/System32 from being
overwritten with each install?

I've worked on networks for several years and have never seen it done,
at least not without clusterphuxing your machine. To have 5 versions
of Access on the same machine is preposterous, and I apologize for this
but I think you're full of crap.
Terry Kreft wrote:
You have to load them in sequence (A97 followed by A2k3) and they have to be
installed in different folders.

You then have to ensure that each mdb/mde uses the correct version, which
you can do by using shortcuts.

--

Terry Kreft
"larpup" <la****@gmail.comwrote in message
news:11**********************@h48g2000cwc.googlegr oups.com...
I have computers setup with A97 runtime with mde's. Work perfectly.

I've written an app in 2003 and purchased the Developer extensions.
When I load A2003 runtime with my app on a computer that has A97
runtime, I cannot open the A 97 mde's.

I was under the impression that the developer extensionsl allow for
having both runtimes on a computer.

1. A97 Runtime loaded first
2. A2003 runtime loaded second.

I've tested the a2003 mde in runtime mode on computer without A97 and
it works perfectly.
Is there anything I can do to have both runtime versions run on one
computer with two different mde's?

Any advise is greatly appreciated.

Regards,

Lar
Jul 10 '06 #7
Ummm... Terry Kreft has forgotten more about Access then you and I know put
together. Further, in this particular case, he is 100% correct.
I've always had 3 to 4 versions on my machines without any complications. So
do all of the Access MVP's that I know. So do most of the Access developers
out there. Everyone it seems, except for you, is capable of following the
simple instructions that Terry laid out.

--

Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"ManningFan" <ma********@gmail.comwrote in message
news:11**********************@75g2000cwc.googlegro ups.com...
And how do you prevent the OCXs in Windows/System32 from being
overwritten with each install?

I've worked on networks for several years and have never seen it done,
at least not without clusterphuxing your machine. To have 5 versions
of Access on the same machine is preposterous, and I apologize for this
but I think you're full of crap.
Terry Kreft wrote:
>You have to load them in sequence (A97 followed by A2k3) and they have to
be
installed in different folders.

You then have to ensure that each mdb/mde uses the correct version, which
you can do by using shortcuts.

--

Terry Kreft
"larpup" <la****@gmail.comwrote in message
news:11**********************@h48g2000cwc.googleg roups.com...
I have computers setup with A97 runtime with mde's. Work perfectly.

I've written an app in 2003 and purchased the Developer extensions.
When I load A2003 runtime with my app on a computer that has A97
runtime, I cannot open the A 97 mde's.

I was under the impression that the developer extensionsl allow for
having both runtimes on a computer.

1. A97 Runtime loaded first
2. A2003 runtime loaded second.

I've tested the a2003 mde in runtime mode on computer without A97 and
it works perfectly.
Is there anything I can do to have both runtime versions run on one
computer with two different mde's?

Any advise is greatly appreciated.

Regards,

Lar

Jul 10 '06 #8
Thank you very much for responding. I will ensure paths are correct and
get back.

Regards,

Lar
Stephen Lebans wrote:
Ummm... Terry Kreft has forgotten more about Access then you and I know put
together. Further, in this particular case, he is 100% correct.
I've always had 3 to 4 versions on my machines without any complications. So
do all of the Access MVP's that I know. So do most of the Access developers
out there. Everyone it seems, except for you, is capable of following the
simple instructions that Terry laid out.

--

Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"ManningFan" <ma********@gmail.comwrote in message
news:11**********************@75g2000cwc.googlegro ups.com...
And how do you prevent the OCXs in Windows/System32 from being
overwritten with each install?

I've worked on networks for several years and have never seen it done,
at least not without clusterphuxing your machine. To have 5 versions
of Access on the same machine is preposterous, and I apologize for this
but I think you're full of crap.
Terry Kreft wrote:
You have to load them in sequence (A97 followed by A2k3) and they have to
be
installed in different folders.

You then have to ensure that each mdb/mde uses the correct version, which
you can do by using shortcuts.

--

Terry Kreft
"larpup" <la****@gmail.comwrote in message
news:11**********************@h48g2000cwc.googlegr oups.com...
I have computers setup with A97 runtime with mde's. Work perfectly.

I've written an app in 2003 and purchased the Developer extensions.
When I load A2003 runtime with my app on a computer that has A97
runtime, I cannot open the A 97 mde's.

I was under the impression that the developer extensionsl allow for
having both runtimes on a computer.

1. A97 Runtime loaded first
2. A2003 runtime loaded second.

I've tested the a2003 mde in runtime mode on computer without A97 and
it works perfectly.
Is there anything I can do to have both runtime versions run on one
computer with two different mde's?

Any advise is greatly appreciated.

Regards,

Lar
Jul 10 '06 #9
Well, I'm sorry that in your many years of experience you appear to have
failed to achieve any level of competence in installing different versions
of Access on one machine under one OS.

A simple review of this problem in Google would have shown you that not only
is it possible, it is achieved by many people (try searching on the phrase
"Different versions of access on one machine").

I think I should point out that it is particularly gutless to apologise
before abusing someone. Luckily in this case having demonstrated to the
world that you are incompetent, gutless, rude and ill-informed I believe
that most people will be able to decide the level of confidence they should
have in any further posts of yours and will be able to make an informed
decision as to whether they need to spend any of their valuable time reading
anything you post.

--

Terry Kreft
"ManningFan" <ma********@gmail.comwrote in message
news:11**********************@75g2000cwc.googlegro ups.com...
And how do you prevent the OCXs in Windows/System32 from being
overwritten with each install?

I've worked on networks for several years and have never seen it done,
at least not without clusterphuxing your machine. To have 5 versions
of Access on the same machine is preposterous, and I apologize for this
but I think you're full of crap.
Terry Kreft wrote:
You have to load them in sequence (A97 followed by A2k3) and they have
to be
installed in different folders.

You then have to ensure that each mdb/mde uses the correct version,
which
you can do by using shortcuts.

--

Terry Kreft
"larpup" <la****@gmail.comwrote in message
news:11**********************@h48g2000cwc.googlegr oups.com...
I have computers setup with A97 runtime with mde's. Work perfectly.
>
I've written an app in 2003 and purchased the Developer extensions.
When I load A2003 runtime with my app on a computer that has A97
runtime, I cannot open the A 97 mde's.
>
I was under the impression that the developer extensionsl allow for
having both runtimes on a computer.
>
1. A97 Runtime loaded first
2. A2003 runtime loaded second.
>
I've tested the a2003 mde in runtime mode on computer without A97 and
it works perfectly.
Is there anything I can do to have both runtime versions run on one
computer with two different mde's?
>
Any advise is greatly appreciated.
>
Regards,
>
Lar
>

Jul 11 '06 #10
"ManningFan" <ma********@gmail.comwrote in message
news:11**********************@75g2000cwc.googlegro ups.com...
but I think you're full of crap.
Ummm, I think we all know who's FOC here.

Keith.
Jul 11 '06 #11
Guess I peed in the wrong person's cheerios... :o/ You're right, I'll
go kill myself now because you feel my posts are worthless.

Terry Kreft wrote:
I think I should point out that it is particularly gutless to apologise
before abusing someone. Luckily in this case having demonstrated to the
world that you are incompetent, gutless, rude and ill-informed I believe
that most people will be able to decide the level of confidence they should
have in any further posts of yours and will be able to make an informed
decision as to whether they need to spend any of their valuable time reading
anything you post.

--

Terry Kreft
Jul 12 '06 #12
"ManningFan" wrote
Guess I peed in the wrong person's cheerios... :o/
You're right, I'll go kill myself now because you
feel my posts are worthless.
I'll observe a moment of silence.

Seems I recently had to correct one of your very-confidently-stated
responses that was dead wrong, too. I've only got three versions of Access
installed on this machine, but like others who've responded, I have had a
few more than that on some other machines in the past.

Perhaps you can still be confident, but cut back a little on the arrogance,
at least to the point where you aren't quite so ready to accuse people who
really know what they are talking about of being FOC because their
(perfectly correct) answers don't agree with what you think.

Larry

Jul 13 '06 #13
"ManningFan" <ma********@gmail.comwrote in message
news:11**********************@h48g2000cwc.googlegr oups.com...
Guess I peed in the wrong person's cheerios... :o/ You're right, I'll
go kill myself now because you feel my posts are worthless.
Have you thought of changing your handle to "PC Datasheet"?
Jul 13 '06 #14

I have disagreed with lots and lots of people in he NGs, some of those
people I respected before the fact, some I later went on to respect (and
some were irredeemable idiots <g>).

There's nothing wrong with disagreeing (obviously) bur it's best to be
reasonably certain of your ground before doing so and to be honest resorting
to insults normally makes most people highly suspicious of the strength of
your arguments and, even worse, usually diverts the thread into less than
helpfull paths.

I don't want you to go away, I'd like you to stay here and engage in
providing accurate answers to peoples questions and argue/debate points
which you disagree with.

There's a lot to learn for _everyone_ in here that's the continuing
attraction of participating
--

Terry Kreft
"ManningFan" <ma********@gmail.comwrote in message
news:11**********************@h48g2000cwc.googlegr oups.com...
Guess I peed in the wrong person's cheerios... :o/ You're right, I'll
go kill myself now because you feel my posts are worthless.

Terry Kreft wrote:
I think I should point out that it is particularly gutless to apologise
before abusing someone. Luckily in this case having demonstrated to the
world that you are incompetent, gutless, rude and ill-informed I believe
that most people will be able to decide the level of confidence they
should
have in any further posts of yours and will be able to make an informed
decision as to whether they need to spend any of their valuable time
reading
anything you post.

--

Terry Kreft

Jul 13 '06 #15
DFS
ManningFan wrote:
And how do you prevent the OCXs in Windows/System32 from being
overwritten with each install?

I've worked on networks for several years and have never seen it done,
at least not without clusterphuxing your machine. To have 5 versions
of Access on the same machine is preposterous, and I apologize for
this but I think you're full of crap.
He's not full of crap. For a long time I ran Access97 and 2000 together.
Then I added 2003 and had all 3 versions going.

It looks like this in Program Files

http://www.angelfire.com/planet/dfs0...Access_fun.PNG


Terry Kreft wrote:
>You have to load them in sequence (A97 followed by A2k3) and they
have to be installed in different folders.

You then have to ensure that each mdb/mde uses the correct version,
which you can do by using shortcuts.

--

Terry Kreft
"larpup" <la****@gmail.comwrote in message
news:11**********************@h48g2000cwc.googleg roups.com...
>>I have computers setup with A97 runtime with mde's. Work perfectly.

I've written an app in 2003 and purchased the Developer extensions.
When I load A2003 runtime with my app on a computer that has A97
runtime, I cannot open the A 97 mde's.

I was under the impression that the developer extensionsl allow for
having both runtimes on a computer.

1. A97 Runtime loaded first
2. A2003 runtime loaded second.

I've tested the a2003 mde in runtime mode on computer without A97
and it works perfectly.
Is there anything I can do to have both runtime versions run on one
computer with two different mde's?

Any advise is greatly appreciated.

Regards,

Lar

Jul 13 '06 #16
Larry -
I've never seen it done on a Novell Network. If you can point out a
primer on doing this across a Novell Network I will eat my words in
public, on the White House steps while wearing a purple tutu and
makeup.

So far as I know, Novell will not allow more than one version of
Access to run on the same machine, because it recreates the registry on
each load.

Larry Linson wrote:
>
I'll observe a moment of silence.

Seems I recently had to correct one of your very-confidently-stated
responses that was dead wrong, too. I've only got three versions of Access
installed on this machine, but like others who've responded, I have had a
few more than that on some other machines in the past.

Perhaps you can still be confident, but cut back a little on the arrogance,
at least to the point where you aren't quite so ready to accuse people who
really know what they are talking about of being FOC because their
(perfectly correct) answers don't agree with what you think.

Larry
Jul 13 '06 #17
"ManningFan" <ma********@gmail.comwrote in
news:11**********************@75g2000cwc.googlegro ups.com:
I've never seen it done on a Novell Network. If you can point
out a
primer on doing this across a Novell Network I will eat my words
in public, on the White House steps while wearing a purple tutu
and makeup.

So far as I know, Novell will not allow more than one version of
Access to run on the same machine, because it recreates the
registry on each load.
What in the *hell* are you talking about? Access is only every
installed on a workstation, not on a server, and there's no such
thing as a Novell workstation. The only thing you put on a server is
the MDB data file, and that is accessed by workstations through the
file system, so installation of Jet or Access is COMPLETELY
IRRELEVANT FOR A NOVELL SERVER.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jul 13 '06 #18
* ManningFan:
Larry -
I've never seen it done on a Novell Network. If you can point out a
primer on doing this across a Novell Network I will eat my words in
public, on the White House steps while wearing a purple tutu and
makeup.

So far as I know, Novell will not allow more than one version of
Access to run on the same machine, because it recreates the registry on
each load.

Larry Linson wrote:
>I'll observe a moment of silence.

Seems I recently had to correct one of your very-confidently-stated
responses that was dead wrong, too. I've only got three versions of Access
installed on this machine, but like others who've responded, I have had a
few more than that on some other machines in the past.

Perhaps you can still be confident, but cut back a little on the arrogance,
at least to the point where you aren't quite so ready to accuse people who
really know what they are talking about of being FOC because their
(perfectly correct) answers don't agree with what you think.

Larry
There are a great many people on this NG that have multiple versions of
Access installed on their systems without problems. If you prefer not
to believe them, perhaps you should give it a try yourself rather than
prolonging this pissing contest.

--
Randy Harris
tech at promail dot com
I'm pretty sure I know everything that I can remember.
Jul 14 '06 #19
"ManningFan" <ma********@gmail.comwrote in message
news:11**********************@75g2000cwc.googlegro ups.com...
Larry -
I've never seen it done on a Novell Network.
I'm not surprised. I've never seen a camel in Blackburn town centre either.
I wonder why.
Jul 14 '06 #20
That's obviously because you walk around with your eyes shut Keith, I
personally have seen two camels, three llamas and a bandicoot in Blackburn
town centre, mind you, when I started taking the pills again I couldn't seem
to find them, or indeed Blackburn town centre.

<g>

--

Terry Kreft
"Keith Wilby" <he**@there.comwrote in message
news:44**********@glkas0286.greenlnk.net...
"ManningFan" <ma********@gmail.comwrote in message
news:11**********************@75g2000cwc.googlegro ups.com...
Larry -
I've never seen it done on a Novell Network.

I'm not surprised. I've never seen a camel in Blackburn town centre
either.
I wonder why.


Jul 14 '06 #21
"Terry Kreft" <te*********@mps.co.ukwrote in message
news:54********************@karoo.co.uk...
That's obviously because you walk around with your eyes shut Keith, I
personally have seen two camels, three llamas and a bandicoot in Blackburn
town centre, mind you, when I started taking the pills again I couldn't
seem
to find them, or indeed Blackburn town centre.
Perhaps you'd fallen into one of those 4000 holes ;-)

Keith.
Jul 14 '06 #22
LOL!

Good link !
--

Terry Kreft
"Keith Wilby" <he**@there.comwrote in message
news:44**********@glkas0286.greenlnk.net...
"Terry Kreft" <te*********@mps.co.ukwrote in message
news:54********************@karoo.co.uk...
That's obviously because you walk around with your eyes shut Keith, I
personally have seen two camels, three llamas and a bandicoot in
Blackburn
town centre, mind you, when I started taking the pills again I couldn't
seem
to find them, or indeed Blackburn town centre.

Perhaps you'd fallen into one of those 4000 holes ;-)

Keith.


Jul 14 '06 #23
On a Novell network the server controls the content of the
workstations. This is how you allow some users to use some programs
and other users to NOT use those programs, and how you limit users from
installing "sanctioned" programs only. Just because you don't
understand a Novell network doesn't give you the right to get all
uppity about it.

Oh wait. Now I sound like you.

David W. Fenton wrote:
What in the *hell* are you talking about? Access is only every
installed on a workstation, not on a server, and there's no such
thing as a Novell workstation. The only thing you put on a server is
the MDB data file, and that is accessed by workstations through the
file system, so installation of Jet or Access is COMPLETELY
IRRELEVANT FOR A NOVELL SERVER.
Jul 14 '06 #24
ManningFan wrote:
On a Novell network the server controls the content of the
workstations. This is how you allow some users to use some programs
and other users to NOT use those programs, and how you limit users
from installing "sanctioned" programs only. Just because you don't
understand a Novell network doesn't give you the right to get all
uppity about it.

Oh wait. Now I sound like you.
None of your (out of the blue) Novell network behavior statements alter the fact
that your original comment...

2 versions of Access can not exist on the same O/S, the only way you're
going to do that is with a dual-boot computer. The DLLs for the 2
versions of Access are completely different and will not interract with
each other.

....is a load of rubbish on all but this very specific Novell environment which
you only injected as a lame attempt to salvage an incorrect position.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Jul 14 '06 #25
"ManningFan" <ma********@gmail.comwrote in
news:11**********************@75g2000cwc.googlegro ups.com:
David W. Fenton wrote:
>What in the *hell* are you talking about? Access is only every
installed on a workstation, not on a server, and there's no such
thing as a Novell workstation. The only thing you put on a server
is the MDB data file, and that is accessed by workstations
through the file system, so installation of Jet or Access is
COMPLETELY IRRELEVANT FOR A NOVELL SERVER.

On a Novell network the server controls the content of the
workstations. This is how you allow some users to use some
programs and other users to NOT use those programs, and how you
limit users from installing "sanctioned" programs only. Just
because you don't understand a Novell network doesn't give you the
right to get all uppity about it.
I've been working with Novell networks for over 10 years. I do
understand tham. I think the way CNEs are trained to set them up is
as user-hostile as could ever be possible, but, I do understand
them.

If the Novell sysadmin decided to allow users access to Access
runtimes in two different versions, they could have access. There's
nothing about Novell that prevents this, except, perhaps, sysadmin
intransigence.
Oh wait. Now I sound like you.
Your statement as you originally made it was COMPLETELY WRONG.

So far as I'm aware, it's also wrong now that you've narrowed it to
Novell networks.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jul 14 '06 #26
"Rick Brandt" <ri*********@hotmail.comwrote in
news:Qy********************@newssvr13.news.prodigy .com:
ManningFan wrote:
>On a Novell network the server controls the content of the
workstations. This is how you allow some users to use some
programs and other users to NOT use those programs, and how you
limit users from installing "sanctioned" programs only. Just
because you don't understand a Novell network doesn't give you
the right to get all uppity about it.

Oh wait. Now I sound like you.

None of your (out of the blue) Novell network behavior statements
alter the fact that your original comment...

2 versions of Access can not exist on the same O/S, the only way
you're going to do that is with a dual-boot computer. The DLLs
for the 2 versions of Access are completely different and will not
interract with each other.

...is a load of rubbish on all but this very specific Novell
environment which you only injected as a lame attempt to salvage
an incorrect position.
So far as I can tell, it's also wrong on Novell, unless the Novell
admin has decided to set it up that way.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jul 14 '06 #27
Actually, you're wrong. But you're an "Access MVP" so I forgive you.

Rick Brandt wrote:
>
None of your (out of the blue) Novell network behavior statements alter the fact
that your original comment...
...is a load of rubbish on all but this very specific Novell environment which
you only injected as a lame attempt to salvage an incorrect position.
Jul 17 '06 #28
"ManningFan" <ma********@gmail.comwrote in
news:11**********************@m73g2000cwd.googlegr oups.com:
Rick Brandt wrote:
>>
None of your (out of the blue) Novell network behavior statements
alter the fact that your original comment...
...is a load of rubbish on all but this very specific Novell
environment which you only injected as a lame attempt to salvage
an incorrect position.

Actually, you're wrong. But you're an "Access MVP" so I forgive
you.
<PLONK>

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jul 17 '06 #29

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

Similar topics

0
by: dale cyr | last post by:
nick: hope i'm not stating the obvious for you, but you *are* aware, i presume, that your loading app wants to find the loaded app in the loading app's runtime directory, or a sub directory of...
2
by: Roger | last post by:
Hi All, If a user runs a Framework 1.0 app, and then opens a 1.1 app, and then opens a 1.2 app (when version 1.2 comes) , does this mean that all three versions of the Framework will be loaded...
14
by: wolftor | last post by:
1) Is there a free runtime version of Access available that is more recent than the one for Access 2000? 2) If I create an application (MDE) in A2K, will it run on all later versions of Access?...
3
by: Alexander | last post by:
When i store rule on PC with .NET.SP1 i cant restore them from PC without SP1. An i get this Error: System.Runtime.Serialization.SerializationException: Possible Version mismatch. Type...
7
by: Staale L. Hansen | last post by:
We have an application which uses some mixed-mode code to expose a .NET 1.1 managed API. Only the necessary files are compiled with /clr. We want to be able to load the application without .NET...
7
by: Tim | last post by:
I am trying to load both server and user controls into placeholder controls on a aspx template page at runtime. These values would be strings that are returned from a database query. I know I can...
1
by: =?Windows-1252?Q?Tor_B=E5dshaug?= | last post by:
BlankHi, I am having trouble loading assemblies from the database in my ASP.NET app. I have a default.aspx in my app that is served from a database via a custom virtual path provider. This works...
8
by: =?Utf-8?B?TWFyaw==?= | last post by:
We've got a wierd failure happening on just one machine. One part of our product uses a 3rd party search implementation (dtSearch). DtSearch has a native core (dten600.dll), late-bound, and a...
3
by: -Lost | last post by:
Runtime dependency loading, worth the trouble? I've been researching methods of "dynamically" loading and unloading dependencies at runtime (trying my best to think of a nice solution of loading...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...

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.