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

Lost compile in different PCs

SD
Hi,

I have been struggling with this problem for two days.

My development PC is running Windows XP/Office 97. The work stations are
running Windows 2000/Office 97. In the past I have always compile the
Access front end file in the developments PC before letting the staff
copy the access file. Since two days ago, despite the access file is
compiled in my development PC, the client's system complains it is not
compiled. (using IsComplied() function)

I have reinstalled Office 97 in my PC, applied SR1 and SR2b. I have also
decompiled the access file before compiling. It just won't stay compiled
in clients' PC. If I compile the access file using Clients' PC, then I
don't have this problem. I first thought this may be caused by recent
code changes, but I pulled out an old version and compiled, it had the
same problem.:(

So looks like my PC can no longer fully compile access files. There
isn't software change I can recall in my PC, other than automated MS
upgrade.

Any hint you can provide to put me in the right direction?
Thanks.
Nov 13 '05 #1
3 1523
What happens if you give the users an MDE? An MDE cannot decompile.

It would be interesting to track down *what* was causing the decompile. If
the database is opened bypassing any startup code (e.g. holding down Shift)
is it instantly decompiled?

According to michka, there are actually 11 states of decompilation, so the
yes/no answer is a little simplistic:
http://www.trigeminal.com/usenet/usenet004.asp?1033

It may be worth tracking down any differences in the files on the two
installations: msaccess.exe, msjet40.dll, and any libraries references under
Tools | References (from a code window).

There are some areas where Access 97 behaves differently under WinXP than
Win2000 and earlier, e.g. the Count of Controls in the Section of a Report.
I would not expect this to cause a decompile though.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"SD" <sd@nomail.com.au> wrote in message
news:fi********************************@4ax.com...
Hi,

I have been struggling with this problem for two days.

My development PC is running Windows XP/Office 97. The work stations are
running Windows 2000/Office 97. In the past I have always compile the
Access front end file in the developments PC before letting the staff
copy the access file. Since two days ago, despite the access file is
compiled in my development PC, the client's system complains it is not
compiled. (using IsComplied() function)

I have reinstalled Office 97 in my PC, applied SR1 and SR2b. I have also
decompiled the access file before compiling. It just won't stay compiled
in clients' PC. If I compile the access file using Clients' PC, then I
don't have this problem. I first thought this may be caused by recent
code changes, but I pulled out an old version and compiled, it had the
same problem.:(

So looks like my PC can no longer fully compile access files. There
isn't software change I can recall in my PC, other than automated MS
upgrade.

Any hint you can provide to put me in the right direction?
Thanks.

Nov 13 '05 #2
Hey Mr. Allen Browne what books do I study to get as smart as you about
MS Access?

My list so far includes:

1. MS Access 2000 Bible
2. VBA Developer's HandBook
3. An SQL Book

What else do I need? You and that Steve guy that posts here know your
stuff.

I know time and experience will help, I'm starting a side company
building these MS Access databases, I have enough experience to build a
good database, but I would like to improve on my experience.

Thanks

Nov 13 '05 #3
Thanks for your comments.

Nothing beats experience: trying out what works to find the best way to do
something, and along the way discovering what does NOT work as well. But
much of what I have learned about Access over the last 12 years has come not
just from my own experience but the experiences of everyone else who posts
in these newsgroups as well. You need the good books such as the Access
Developers Handbook by Ken Getz et al (published by Sybex). But you can also
learn heaps about what does and does not work and creative ways to handle
things from the discussions with other Access developers in these groups.
Mind you--if you like helping people--it can get addictive! :-)

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

<dm******@hotmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
Hey Mr. Allen Browne what books do I study to get as smart as you about
MS Access?

My list so far includes:

1. MS Access 2000 Bible
2. VBA Developer's HandBook
3. An SQL Book

What else do I need? You and that Steve guy that posts here know your
stuff.

I know time and experience will help, I'm starting a side company
building these MS Access databases, I have enough experience to build a
good database, but I would like to improve on my experience.

Thanks

Nov 13 '05 #4

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

Similar topics

1
by: Scott Schade | last post by:
I have a large project I am developing in C#. I have two problems that occur many times a day. 1. Frequently when I edit the code by typing in the IDE editor all of the color coding disappears...
17
by: newbiecpp | last post by:
I have hard time to understand run-time environment. Let assume that I have a program that has a simple variable alpha. When this variable is statically allocated, the compiler can use the...
0
by: SD | last post by:
Hi, I have been struggling with this problem for two days. My development PC is running Windows XP/Office 97. The work stations are running Windows 2000/Office 97. In the past I have always...
9
by: AndersBj | last post by:
Hi all, I have a web application that uses State Server for session handling. The web application randomly loses all session variables. The sessions are not always lost, sometimes I can use the...
0
by: BerkshireGuy | last post by:
Has anyone come across a Lost and Found database to track a hotel's lost and found items? I would be curious to review a system of such. I've created one myself and have a question regarding...
3
by: linux_bp | last post by:
I had deleted my object files accidently. Now to analyse a core i need object files. If I recompile the same source code with imake on solaris, i m getting the binary of different size. Is it...
2
by: Thomas W | last post by:
I've created a simple script like so : import sys import wx app = wx.PySimpleApp() dlg = wx.MessageDialog(None, "%s" % sys.argv, 'A Message Box', wx.YES_NO | wx.ICON_QUESTION) retCode =...
10
by: Nils Erik Dall | last post by:
Hi All I have a problem with my asp code on an iis 6.0 server on windows 2003 web. When I redirect between to asp pages on my web-site, where pageA is in a different virtual directory from pageB...
0
by: Karel Kral | last post by:
Hello, I have medium-sized solution in VB.NET (70 000 lines). The project compiles ok under VS2005, without any errors, without any warnings. But when I compile the same solution under MSBuild...
10
by: sam.barker0 | last post by:
Hi there, I am trying to develop a compressed suffix trie. But first I want to get the trie working. The structure of the trie is like class trie { private: bool last_node; map<char,...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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:
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...

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.