Re: Cross-Access-platform databases 're-compiles' or refreshes references for a long time
- From: "Alex Dybenko" <alexdyb@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 5 Feb 2007 20:03:46 +0300
Hi,
best approach for you - is to develop using Access 2000, then it will work on any later version. if this is not possible - then every time you have to decompile it on Access 2000 and then compile again on 2000. Also make sure that you are using the ADO version installed on all PCs (I think Access 2000 used ADO 2.1)
--
Best regards,
___________
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
"Lystig" <Lystig@xxxxxxxxxxxxxxx> wrote in message news:uAAnuiSSHHA.4188@xxxxxxxxxxxxxxxxxxxxxxx
Hi All,
I'm developing accounting software on Access. It will run on Access 2000, XP, 2003 and 2007 but only after spending a long time doing something 'fishy', if moved from one version of Access to another.
The program is developed on Access 2003. After distribution it may be loaded into Access 2002 or 2007 for execution. Here Access will hang for about 20 minutes using full processor capacity. But eventually it finishes and the application works with no problems at all. Unfortunately very few people have the patience for the initial 20 minutes and kills Access before it finishes.
First I thought it was some recompiling - but a full compile in vba takes only 5-10 seconds. Maybe it is checking up the references all over the application and recompiles.
Some statistics:
The adp-file reference 7 libraries
contains 480 forms, 215 reports and 30 code modules.
Uncompiled it uses 14 MB - compiled and compacted 23 MB
Searching MSDN for articles gives no results - it is often hard to find articles which addresses cross-product problems.
Any ideas for further diagnostics - or even an article which references this problem??
Thanks in advance.
Best regards
Stig Andersen
.
- References:
- Prev by Date: Re: I can't delete a record
- Next by Date: Re: IsNull help! No recordset Error 3265
- Previous by thread: Cross-Access-platform databases 're-compiles' or refreshes references for a long time
- Next by thread: RE: Cross-Access-platform databases 're-compiles' or refreshes references for a long time
- Index(es):
Relevant Pages
|
Loading