Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: error failed to load dll


Message #1 by "suresh babu" <mvvsuri@r...> on Mon, 13 Jan 2003 11:24:48
oledb32r.dll supports the ado database access method you're using.  It
should be included and registered automatically if you're using the Package
& Deployment Wizard, but if not, you can register it manually using
regsvr32.  To do so, copy the dll to the \WinNT\System32 subdirectory (if it
doesn't already exist), then click Start, Run, type "regsvr32
c:\WinNT\System32\oledb32r.dll" and click Run.

Pete

-----Original Message-----
From: suresh babu [mailto:mvvsuri@r...]
Sent: Monday, January 13, 2003 11:25 AM
To: professional vb
Subject: [pro_vb] error failed to load dll


greetings,
i faced one problem when i making a stand alone setup that should
run at any system without vb,and access.
 i used for database connectivity through ado object:
    con.provider="microsoft.jet.oledb.4.0"
and for open command
    con.open app.path & "\filename.mdb"
when i making setup
 after making package i run the setup file
 then it gives an error:
   failed to load dll oledb32r.dll
and then i press abort it comes out without compleate the setup.
ignore then it gives a message successfully complated.
but there after i run the program the data cannot goes in to the
database.
how can i make successful setup.




give suggestion to make successful setup.
than q,
suresh



  Return to Index