Click to See Complete Forum and Search --> : Help!! run time error 20534 solution needed.
radstudent2
Nov 23rd, 1999, 11:23 AM
running in vb 4 16 bit and cristal reports 4.5 with an access 2 backend, when printing a report in the exe program on a machine with out vb, access or cristal reports on the following run time error is displayed. error 20534 error detected by database DLL. Help!! What is the possible solution to stop the above run time error? i used the application wizard i think that some dll's may be missing but which one's ?
------------------
[This message has been edited by radstudent2 (edited 11-24-1999).]
Aaron Young
Nov 23rd, 1999, 11:40 AM
How did you transfer the EXE to the Machine? did you just Copy the EXE or did you create an Installation Package?
It sounds like you're probably missing some DLL(s) for the Data Control(s) you used and/or the Crystal Report Component.
------------------
Aaron Young
Analyst Programmer
aarony@redwingsoftware.com
adyoung@win.bright.net
rikshawdriver
May 14th, 2001, 02:25 AM
Originally posted by radstudent2
running in vb 4 16 bit and cristal reports 4.5 with an access 2 backend, when printing a report in the exe program on a machine with out vb, access or cristal reports on the following run time error is displayed. error 20534 error detected by database DLL. Help!! What is the possible solution to stop the above run time error? i used the application wizard i think that some dll's may be missing but which one's ?
------------------
[This message has been edited by radstudent2 (edited 11-24-1999).]
I have the same problem. Any useful tips?
kmchong
May 14th, 2001, 02:36 AM
I have similar problem with 20532, Can't locate database DLL,
I am using SetupFactory to make the setup package,
Currently, I try to use the dependency walker to identify any missing DLL/OCX, hope I can work it out...
InvisibleDuncan
May 14th, 2001, 04:06 AM
Is Crystal installed locally or remotely?
We use the Crystal Report viewer on our intranet, and we get that error when Crystal has crashed on the web server. Restarting it usually does the trick.
rikshawdriver
May 14th, 2001, 04:23 AM
Originally posted by radstudent2
running in vb 4 16 bit and cristal reports 4.5 with an access 2 backend, when printing a report in the exe program on a machine with out vb, access or cristal reports on the following run time error is displayed. error 20534 error detected by database DLL. Help!! What is the possible solution to stop the above run time error? i used the application wizard i think that some dll's may be missing but which one's ?
------------------
[This message has been edited by radstudent2 (edited 11-24-1999).]
I found the probelm and here is how I solved it. For my application, I used ADO but Crystal Report 4.5 does not support ADO. It was relying on Jet 3.51. So what I did was just included the DAO 3.51 Libray from Reference so that it got distibuted with the setup program. It is perfectly Ok now.
Thanks guys.
P.S
(Many people are not aware that Crystal Report 4.5 that shipped with VB5 is still availabe in VS6. It is in the third CD of VS6 )
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.