|
-
Nov 23rd, 1999, 12:23 PM
#1
Thread Starter
New Member
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).]
-
Nov 23rd, 1999, 12:40 PM
#2
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
[email protected]
[email protected]
-
May 14th, 2001, 02:25 AM
#3
Addicted Member
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?
-
May 14th, 2001, 02:36 AM
#4
Hyperactive Member
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...
-
May 14th, 2001, 04:06 AM
#5
Fanatic Member
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.
-
May 14th, 2001, 04:23 AM
#6
Addicted Member
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 )
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|