473,624 Members | 2,475 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access mde files

Work at a large site - 1000+ PC's. Mixture of Win98 & WinXP. Majority of
applications using Access 97.

If I compile the Acc97 application on a Win98 PC, the .mde will run
perfectly on both Win98 and WinXP PC's. However, if I compile on a WinXP
PC, the application doesn't run correctly on Win98 PC's.

While I guess a Windows issue, does anyone know the offending files and even
better, how to resolve it ? Otherwise I need to compile on a Win98 PC
until the last PC is upgraded to WinXP.

Regards

Peter
Jun 17 '06 #1
21 2411
"Bigpond News" <ma********@yah oo.com.au> wrote
While I guess a Windows issue, does anyone
know the offending files and even better, how
to resolve it ? Otherwise I need to compile on
a Win98 PC until the last PC is upgraded to WinXP.


I don't know what causes the problem, but you seem to have the answer.
Jun 17 '06 #2
Hi, Peter.
However, if I compile on a WinXP
PC, the application doesn't run correctly on Win98 PC's.
There are probably thousands of situations that can come under the heading
of "the application doesn't run correctly." Do you want us to begin at the
top of Aaron Kempf's list and iterate through his list at the rate of one
per post to start narrowing down the problem, or would you prefer to hurry
things up a bit by describing how the application isn't meeting your
expectations, listing any error codes and descriptions the Windows 98
computers are showing, and listing which service packs have been applied for
Access, Jet 3.5, and MDAC? (These service packs should be the same on all
computers accessing the application.)

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"Bigpond News" <ma********@yah oo.com.au> wrote in message
news:Hh******** *********@news-server.bigpond. net.au... Work at a large site - 1000+ PC's. Mixture of Win98 & WinXP. Majority
of
applications using Access 97.

If I compile the Acc97 application on a Win98 PC, the .mde will run
perfectly on both Win98 and WinXP PC's. However, if I compile on a WinXP
PC, the application doesn't run correctly on Win98 PC's.

While I guess a Windows issue, does anyone know the offending files and
even
better, how to resolve it ? Otherwise I need to compile on a Win98 PC
until the last PC is upgraded to WinXP.

Regards

Peter

Jun 18 '06 #3
Thanks for the attitude.

If you have nothing to say that may be of assistance, stick to your own web
site and don't waste the time of others.

Peter


"'69 Camaro" <Fo************ **************@ Spameater.orgZE RO_SPAM> wrote in
message news:O4******** *************** *******@adelphi a.com...
Hi, Peter.
However, if I compile on a WinXP
PC, the application doesn't run correctly on Win98 PC's.
There are probably thousands of situations that can come under the heading
of "the application doesn't run correctly." Do you want us to begin at

the top of Aaron Kempf's list and iterate through his list at the rate of one
per post to start narrowing down the problem, or would you prefer to hurry
things up a bit by describing how the application isn't meeting your
expectations, listing any error codes and descriptions the Windows 98
computers are showing, and listing which service packs have been applied for Access, Jet 3.5, and MDAC? (These service packs should be the same on all
computers accessing the application.)

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"Bigpond News" <ma********@yah oo.com.au> wrote in message
news:Hh******** *********@news-server.bigpond. net.au...
Work at a large site - 1000+ PC's. Mixture of Win98 & WinXP. Majority of
applications using Access 97.

If I compile the Acc97 application on a Win98 PC, the .mde will run
perfectly on both Win98 and WinXP PC's. However, if I compile on a WinXP PC, the application doesn't run correctly on Win98 PC's.

While I guess a Windows issue, does anyone know the offending files and
even
better, how to resolve it ? Otherwise I need to compile on a Win98 PC
until the last PC is upgraded to WinXP.

Regards

Peter


Jun 18 '06 #4
Thanks Larry

Was hoping for a "quick" solution but as you say, I at least have a
solution.

Regards

Peter

"Larry Linson" <bo*****@localh ost.not> wrote in message
news:Dw%kg.6958 $1G2.5007@trndd c06...
"Bigpond News" <ma********@yah oo.com.au> wrote
> While I guess a Windows issue, does anyone
> know the offending files and even better, how
> to resolve it ? Otherwise I need to compile on
> a Win98 PC until the last PC is upgraded to WinXP.


I don't know what causes the problem, but you seem to have the answer.

Jun 18 '06 #5

It sounds like a binding issue. The lower version you compile with is
simply upgraded when run on the newer OS version, but the newer version
can't be downgraded since the older version has no concept of what to
downgrade to. I had an issue recently at a client - I had two (2)
PC's, one with Office 2000 and one with Office 2003 - and ran into a
similar issue. The reference libraries were different for the
versions. The problem was solved by using late binding for the
objects.

Instead of declaring an Excel worksheet, one would have to DIM and
object, then later in the code set the object to an Excel worksheet.
Early binding runs faster but creates problems when you have a mixed
environment. I had to change every reference in the code to use late
binding, and it solved the problem. It will also make the application
future-proof, regarding OS, and Office upgrades.

Regards,

James Igoe

646.303.2584 || ja********@gmai l.com ||
http://code.comparative-advantage.com

Resume: http://code.comparative-advantage.co...ad_resume.php?
Bigpond News wrote:
Work at a large site - 1000+ PC's. Mixture of Win98 & WinXP. Majority of
applications using Access 97.

If I compile the Acc97 application on a Win98 PC, the .mde will run
perfectly on both Win98 and WinXP PC's. However, if I compile on a WinXP
PC, the application doesn't run correctly on Win98 PC's.

While I guess a Windows issue, does anyone know the offending files and even
better, how to resolve it ? Otherwise I need to compile on a Win98 PC
until the last PC is upgraded to WinXP.

Regards

Peter


Jun 18 '06 #6
"Bigpond News" <ma********@yah oo.com.au> wrote in
news:dH******** **********@news-server.bigpond. net.au:
Thanks for the attitude.

If you have nothing to say that may be of assistance, stick to
your own web site and don't waste the time of others.

Peter
Peter, the @$$ with the arrogance is whoever posted some vague
generality about "the application doesn't run correctly on Win98
PC's" and expects help. You should apologise to mr Camaro.

If you don't know enough about the problem to describe symptoms
accurately, you are wasting every reader of the newsgroup's
time.

I'm running Access '97 applications (.mdb and .mde) across a
site with Win 98, NT, ME and XP boxes.

I have no knowledge of "the application doesn't run correctly on
Win98 PC's"

..
"'69 Camaro"
<Fo************ **************@ Spameater.orgZE RO_SPAM> wrote in
message news:O4******** *************** *******@adelphi a.com...
Hi, Peter.
> However, if I compile on a WinXP
> PC, the application doesn't run correctly on Win98 PC's.


There are probably thousands of situations that can come
under the heading of "the application doesn't run correctly."
Do you want us to begin at

the
top of Aaron Kempf's list and iterate through his list at the
rate of one per post to start narrowing down the problem, or
would you prefer to hurry things up a bit by describing how
the application isn't meeting your expectations, listing any
error codes and descriptions the Windows 98 computers are
showing, and listing which service packs have been applied

for
Access, Jet 3.5, and MDAC? (These service packs should be
the same on all computers accessing the application.)

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips
and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html
for contact info.
"Bigpond News" <ma********@yah oo.com.au> wrote in message
news:Hh******** *********@news-server.bigpond. net.au...
> Work at a large site - 1000+ PC's. Mixture of Win98 &
> WinXP. Majority > of
> applications using Access 97.
>
> If I compile the Acc97 application on a Win98 PC, the .mde
> will run perfectly on both Win98 and WinXP PC's. However,
> if I compile on a WinXP > PC, the application doesn't run correctly on Win98 PC's.
>
> While I guess a Windows issue, does anyone know the
> offending files and even
> better, how to resolve it ? Otherwise I need to compile
> on a Win98 PC until the last PC is upgraded to WinXP.
>
> Regards
>
> Peter
>
>




--
Bob Quintal

PA is y I've altered my email address.

--
Posted via a free Usenet account from http://www.teranews.com

Jun 18 '06 #7
Bigpond News wrote:
If you have nothing to say that may be of assistance, stick to your own web
site and don't waste the time of others.
Peter


Gunny writes a lot of very good stuff here. Many times I agree with
him. This is one of them.

Jun 18 '06 #8
Hello, Peter Henderson.
Thanks for the attitude.
If you think that the analogy in my reply of going through the list of
thousands of complaints about Access -- like the list of thousands of
complaints you might possibly have, but you've kept secret as to which
ones -- constitutes an attitude, then that's your prerogative. I and many
others volunteer our time to help those who ask for help, but our time is a
limited resource, and by posting a question with a vague description of your
problem, you're less likely to get helpful responses from us to solve this
problem, one that you still haven't solved yourself in more than two years:

http://groups.google.com/group/comp....192e676?hl=en&

The last time you posted a similar question, you received zero responses,
most likely because it, too, was a vague question. Your problem is not
uncommon, and there are a number of experts who have experience with MDE's
on multiple OS's. Any of them could have replied to your post two years
ago, yet none took the time. That should tell you something. Please see
the following Web page:

http://www.mvps.org/access/netiquette.htm

Pay particular attention to items 7, 8, and 10 in the "Asking questions the
right way" section.
If you have nothing to say that may be of assistance
I and the others have plenty to say that may assist you, but without your
revealing details of what is happening and listing the service pack levels
installed on your workstations, the best I can offer is to suggest that you
ensure that all workstations have the same service packs installed, because
different service packs result in different sets of behaviors. At this
point, anything else I or others might suggest is just speculation as to
what your problem is. Perhaps you'll rectify this by providing additional
information about what's going wrong.
stick to your own web
site
Perhaps this was intended as an insult. If so, you missed the mark, because
it signifies that you noticed a Web site of Access tips and tutorials, which
is the intent of that Web site. I can only respond with "Thank you for
noticing our work." ;-)
and don't waste the time of others.
I know you think that I'm wasting _your_ time, but likely thousands of
people have already read your two posted questions, yet we haven't helped
you solve your problem in two years, because you're keeping a secret of what
the problem actually is. You've described an effect of the problem, "the
application doesn't run correctly" when compiled on a Windows XP
workstation, but we can't help you eliminate the causes unless you reveal
the symptoms. If this thread doesn't eventually provide a solution, then
the efforts exerted to post in and read these two threads were pretty much a
waste of time. So it's up to you to get the ball rolling, and we'll take it
from there.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"Bigpond News" <ma********@yah oo.com.au> wrote in message
news:dH******** **********@news-server.bigpond. net.au... Thanks for the attitude.

If you have nothing to say that may be of assistance, stick to your own
web
site and don't waste the time of others.

Peter


"'69 Camaro" <Fo************ **************@ Spameater.orgZE RO_SPAM> wrote
in
message news:O4******** *************** *******@adelphi a.com...
Hi, Peter.
> However, if I compile on a WinXP
> PC, the application doesn't run correctly on Win98 PC's.


There are probably thousands of situations that can come under the
heading
of "the application doesn't run correctly." Do you want us to begin at

the
top of Aaron Kempf's list and iterate through his list at the rate of one
per post to start narrowing down the problem, or would you prefer to
hurry
things up a bit by describing how the application isn't meeting your
expectations, listing any error codes and descriptions the Windows 98
computers are showing, and listing which service packs have been applied

for
Access, Jet 3.5, and MDAC? (These service packs should be the same on
all
computers accessing the application.)

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"Bigpond News" <ma********@yah oo.com.au> wrote in message
news:Hh******** *********@news-server.bigpond. net.au...
> Work at a large site - 1000+ PC's. Mixture of Win98 & WinXP. Majority > of
> applications using Access 97.
>
> If I compile the Acc97 application on a Win98 PC, the .mde will run
> perfectly on both Win98 and WinXP PC's. However, if I compile on a WinXP > PC, the application doesn't run correctly on Win98 PC's.
>
> While I guess a Windows issue, does anyone know the offending files and
> even
> better, how to resolve it ? Otherwise I need to compile on a Win98 PC
> until the last PC is upgraded to WinXP.
>
> Regards
>
> Peter
>
>



Jun 19 '06 #9

If you don't like his manner of presenting, don't respond to his
question.

You don't have to be here, and some don't mind dealing with questions
that are a tad ambiguous, and they can respond.
Regards,

James Igoe

ja********@gmai l.com || http://code.comparative-advantage.com

'69 Camaro wrote:
Hello, Peter Henderson.
Thanks for the attitude.


If you think that the analogy in my reply of going through the list of
thousands of complaints about Access -- like the list of thousands of
complaints you might possibly have, but you've kept secret as to which
ones -- constitutes an attitude, then that's your prerogative. I and many
others volunteer our time to help those who ask for help, but our time is a
limited resource, and by posting a question with a vague description of your
problem, you're less likely to get helpful responses from us to solve this
problem, one that you still haven't solved yourself in more than two years:

http://groups.google.com/group/comp....192e676?hl=en&

The last time you posted a similar question, you received zero responses,
most likely because it, too, was a vague question. Your problem is not
uncommon, and there are a number of experts who have experience with MDE's
on multiple OS's. Any of them could have replied to your post two years
ago, yet none took the time. That should tell you something. Please see
the following Web page:

http://www.mvps.org/access/netiquette.htm

Pay particular attention to items 7, 8, and 10 in the "Asking questions the
right way" section.
If you have nothing to say that may be of assistance


I and the others have plenty to say that may assist you, but without your
revealing details of what is happening and listing the service pack levels
installed on your workstations, the best I can offer is to suggest that you
ensure that all workstations have the same service packs installed, because
different service packs result in different sets of behaviors. At this
point, anything else I or others might suggest is just speculation as to
what your problem is. Perhaps you'll rectify this by providing additional
information about what's going wrong.
stick to your own web
site


Perhaps this was intended as an insult. If so, you missed the mark, because
it signifies that you noticed a Web site of Access tips and tutorials, which
is the intent of that Web site. I can only respond with "Thank you for
noticing our work." ;-)
and don't waste the time of others.


I know you think that I'm wasting _your_ time, but likely thousands of
people have already read your two posted questions, yet we haven't helped
you solve your problem in two years, because you're keeping a secret of what
the problem actually is. You've described an effect of the problem, "the
application doesn't run correctly" when compiled on a Windows XP
workstation, but we can't help you eliminate the causes unless you reveal
the symptoms. If this thread doesn't eventually provide a solution, then
the efforts exerted to post in and read these two threads were pretty much a
waste of time. So it's up to you to get the ball rolling, and we'll take it
from there.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"Bigpond News" <ma********@yah oo.com.au> wrote in message
news:dH******** **********@news-server.bigpond. net.au...
Thanks for the attitude.

If you have nothing to say that may be of assistance, stick to your own
web
site and don't waste the time of others.

Peter


"'69 Camaro" <Fo************ **************@ Spameater.orgZE RO_SPAM> wrote
in
message news:O4******** *************** *******@adelphi a.com...
Hi, Peter.

> However, if I compile on a WinXP
> PC, the application doesn't run correctly on Win98 PC's.

There are probably thousands of situations that can come under the
heading
of "the application doesn't run correctly." Do you want us to begin at

the
top of Aaron Kempf's list and iterate through his list at the rate of one
per post to start narrowing down the problem, or would you prefer to
hurry
things up a bit by describing how the application isn't meeting your
expectations, listing any error codes and descriptions the Windows 98
computers are showing, and listing which service packs have been applied

for
Access, Jet 3.5, and MDAC? (These service packs should be the same on
all
computers accessing the application.)

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"Bigpond News" <ma********@yah oo.com.au> wrote in message
news:Hh******** *********@news-server.bigpond. net.au...
> Work at a large site - 1000+ PC's. Mixture of Win98 & WinXP.

Majority
> of
> applications using Access 97.
>
> If I compile the Acc97 application on a Win98 PC, the .mde will run
> perfectly on both Win98 and WinXP PC's. However, if I compile on a

WinXP
> PC, the application doesn't run correctly on Win98 PC's.
>
> While I guess a Windows issue, does anyone know the offending files and
> even
> better, how to resolve it ? Otherwise I need to compile on a Win98 PC
> until the last PC is upgraded to WinXP.
>
> Regards
>
> Peter
>
>



Jun 19 '06 #10

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

Similar topics

4
2320
by: Dalan | last post by:
After reading and experiencing the phenomenon of installing MS Office 2000 on a system that already has MS Office 97, or for that matter just Access 97 Runtime, I saw the ugliness that ensues. If one elects the standard installation, then Office 2000 deletes a large percentage of the older files. Of course, if one happens to choose Custom installation and elects not to uninstall prior versions, then things are happier. Yes, the archives...
1
5736
by: Wayne Aprato | last post by:
I have a client who is running several Access 97 databases that I have written for them. They are about to upgrade to Access 2003. Is the default file format of Access 2003 still Access 2000 the same as it was in Access 2002? I am running Access 2002 at the moment. Is there any reason for testing purposes etc, for me to purchase Access 2003 if I am going to recompile the Access 97 mdb files into Access 2000 format mde files which...
10
6033
by: MHenry | last post by:
Hi, We were going merrily along for 6 years using this database to record all client checks that came into our office, including information about what the checks were for. Suddenly, network computers cannot access the database. The message is...
0
3282
by: bettervssremoting | last post by:
To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool including SourceOffSite, SourceAnyWhere and VSS Remoting This article makes a detailed comparison among SourceAnyWhere, SourceOffSite, VSS Remoting and possible others.
16
7376
by: Brad | last post by:
After compiling my asp.net project I'm receiving a "BC31011 - Access is denied" error when attempting to run or debug. The only thing that seems to resolve problem is IISReset. After a reset my project runs fine for several compiles then the error starts up again...and another iisreset. I seem to recall a similar issue a long time back which required turning off indexing, which I have had off since (I just re-checked to confirm it is...
12
3085
by: Ron Weldy | last post by:
I have a test server runinng 2003/IIS 6 with a mixture of asp and asp.net files. On my workstation I have a share set up to the folder where the web files reside. I am just doing quick and dirty asp editing (like I used to be able to do with 2K/IIS5) where I use VS.NET, open an asp file, make changes, save and refresh my browser. Problem is that I get an Access is Denied error when I try to save the file and then the file gets wiped on...
4
1927
by: brooks | last post by:
I have an Access 97 app and the ADT and am considering selling it to the public. Is this viable? What issues might I have? I also have Access 2000 and could use that if it would be better. I don't have the "ADT" for 2000. Is it called ODE or ODT? Can you still buy that? Would there be any advantage in moving up to and distributing using
9
3824
by: Wayne Smith | last post by:
I've come up against a major headache that I can't seem to find a solution for but I'm sure there must be a workaround and I would really be grateful of any help. I'm currently building a web site for a small club I belong to and one of the features I would like to include is the ability to allow users to upload image files. unfortunately the servers web root www folder only allows READ and EXECUTE permissions, which makes it...
3
22283
by: Stephan | last post by:
Hi all, I am new to access and I face the following "issue": I would like to create a database, to which users can upload files (=pdf, doc, xls...). The files shall be stored locally on a server. The database needs to be accessed via Access form (no html, asp,...) as we don't have an internal web server running. I would like to create a form that allows the user to browse his local harddrive, select the file and upload it directly...
25
2990
by: p byers | last post by:
Good Morning Folks I have a LAN Among the several connections to it are the following four devices: A MAXSTOR network Storage Device A PC running Microsoft Windows 2000 Server 5.0.2195 (SP4) A PC running Microsoft Windows XP Professional 5.1.2600 (SP2) A PC running Microsoft Windows XP Professional 5.1.2600 (SP2) All of the PCs are running IIS
0
8179
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
8685
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...
1
8341
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
8490
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
7174
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
5570
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
4084
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
1796
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1489
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.