-
The first time i install my application into an NT station. it generated an error message Runtime error 3633.
I am using Dao3.6 for my application and the user has access97 inside their computer. Oops i am using access 2000 for my application.
Can someone kindly advise me how to overcome this problem.
Best regards
Ct
-
Hi CT,
I assume that you developed your program with VB6.0 SP4. If not don't read the following.
I had the same problem when I installed my application (developed with VB6.0 SP4) on a new PC. The program ran fine. But Each time when it had to access the Access97-DB I got the error message 'Run-Time error 3633'. It's a M$-Access 97 error message. I did a lot of things the solve the problem (upgrading and registering dll's, re-installing the service release for office 97 and more) nothing helped. I searched the MSDN. Found nothing. Finally I found the following link on the internet http://www.leagans.com/programs.htm.
Quote:
Run-Time Error 3633
I finally figured this one out! If you are getting this error then the support files needed for DAO360 are not on you computer. To correct then you can install MDAC 2.1 (SP2) or greater from Microsoft's web site. I have not used or tested MDAC 2.5 yet but will soon.
http://www.microsoft.com/data/download.htm
Note: Windows 95 users you may need to download and install DCOM95 first.
Then I remembered that I had to run MDAC_typ.exe version 2.5 before I could install SP4.0 for VB6.0 (MDAC = Microsoft Data Access Components). I installed the MDAC_type.exe on that new PC. After the installation + rebooting the application ran without run-time error messages.
If you want to download MDAC_typ v2.5 or get a summary of the files that it fixes: http://www.microsoft.com/data/MDAC25...tmmanifest.htm
Hope this helps!!!!!! I'm sure it will. It helped me!!!!
WVTR
-
Thank you very much. it certainly help me to rectify runtime problem.
regards