Click to See Complete Forum and Search --> : Runtime Error 20532


techraj
February 14th, 2003, 06:30 AM
We are doing a project using Crystal Reports and while generating report using VB 6.0 as front-end we recieved a error called "Runtime Error 20532 Cannot Find Database DLL", this problem has been encountered on all except few machines , but we are unable to find the difference b/w the two machines. Can u please help us to solve this problem?10

antares686
February 14th, 2003, 11:34 AM
Usually this has to do with the version of the MDAC components instlled if using an MS Driver such as for Access or SQL. Download the most current from

Micrsoft Data Access Components (http://www.microsoft.com/data)

and see if this fixes on one of the machines. There is also a tool there to check and give you an idea of the MDAC level on the machines.

techraj
February 17th, 2003, 09:18 AM
I have tried installing the MDAC Components but that doesn't work out. we have undergone a rigorous trouble shooting process in which we have tried registered various DLLs that pertains to Database connectivity, I have attached a file by which you will be able to identify the history of the problem and its current status

antares686
February 20th, 2003, 05:44 AM
Ok, now I realize this is a Crystal Error not VB error perse.

Check out Err Msg: "20532: Cannot find database DLL" when preview a bound report (http://support.crystaldecisions.com/library/kbase/articles/c2006609.asp) and see if applies.

If not then check out the other items here Support Search 20532 (http://support.crystaldecisions.com/library/kbase.asp?q1=20532&freeText=0&q2=Crystal+Reports&so=Rank%5Bd%5D&q3=&summary=1&q4=--+all+subjects+--&MaxRec=10&c2=@META_KBASEPRODUCT&c3=@META_KBASECATEGORY&c4=@META_KBASESUBJECT&ct=livecommunity-kbase&language=EN&indexq2=3&indexq3=0&indexq4=0&button.x=10&button.y=12) .

Finally if not helping search for other coniditons in here Crystal Decisions Self Support KB Site (http://support.crystaldecisions.com/library/kbase.asp) .

techraj
February 25th, 2003, 01:28 AM
Hi antares,


Atlast the problem is solved by registering a DLL named p2sodbc.dll. Thanks a lot for your response