473,487 Members | 2,622 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

How to debug an access program

23 New Member
Hi

I have been working on an existing access 2000 project which is using the .ade.
I got a problem in results. So I tried to debug .ade, but I am not able to do that.
So every time I am making an ade from adp and then testing for results.

Is there any way to make the project use .adp instead of .ade, so that I can debug ?

Can anyone help please .....
May 30 '07 #1
1 3373
nico5038
3,080 Recognized Expert Specialist
I'm afraid you're out of luck here.
The .ade (or .mde) is using precompiled code to prevent users to change the code. Thus an .adp (or .mdb) is needed for maintaining the code.
So only fully tested .adp's should be used to test. The general problem you can run into is the problem of missing references on the computers you're installing the .ade on. To prevent this I advise to remove as many references as possible and make sure that the needed .dll's are on every other computer you install your application on.
Check the references by opening zome VBA code and selecting Tools/References.
By unchecking the library and running Debug/Compile all modules you can check or a reference is needed.

Nic;o)
Jun 2 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

9
31898
by: Maksim Kasimov | last post by:
Hello, my programm sometime gives "Segmentation fault" message (no matter how long the programm had run (1 day or 2 weeks). And there is nothing in log-files that can points the problem. My...
8
2671
by: Davy | last post by:
Hi all, I use VC and gcc/gdb to compile and debug C/C++ files. But I found some of the debug version of the compiled files are too large to be run in a small RAM. Can I compile C/C++ Debug...
2
1606
by: Visual Systems AB \(Martin Arvidsson\) | last post by:
Hi! I have created an application that doesn't quite work on my co-workers computer. I want to install the app with debug information, in my crazy mind i thought that when an exception was...
10
4869
by: Scott | last post by:
I have a simple asp.net app which works fine in debug mode, but crashes on the following line when I run it on the production server: Dim dt As DataTable I have tried the following variations...
5
6085
by: Bob Day | last post by:
VS 2003, vb.net... Is there a way to determine the line number currently executing in your code, so you can log this line number information (e.g. via trace)? Thanks! Bob Day
2
3577
by: Smoke | last post by:
Whats is the deal with Debug.WriteLine command... I mean, in my programs, i usually add many of those commands to debug it while programming, and to be able to find bugs and things easier, but, it...
7
3131
by: Bart Roozendaal | last post by:
I am using a C# assembly in Delphi.Win32 using the com interop services. This works fine, but I am looking for a way to debug the C# assembly. When using a Delphi program as a host for the...
5
3609
by: Ashish Tripathi | last post by:
I am trying to port a program from Visual Studio C++ 6 to Visual Studio 2005. The program I am trying to port over interacts with another program call UI. UI opens up the .exe reads in the DOS...
6
5935
by: Scubadude | last post by:
Hi, I'm new to perl and have run into some roadblocks while trying to run tutorials. I have installed Apache v2.2.3 I have installed ActivePerl v6.6.1.638 I have installed php v5.2.0 I am...
0
1217
by: Franck | last post by:
Hi, we encounter a strange error with our Access Database. It's randomly raised and looks like this : ***** Debug Assertion Failed ! Program : C:\Program Files\Microsoft...
0
7106
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6967
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
7137
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,...
1
4874
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4565
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...
0
3076
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...
0
3071
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1381
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
600
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.