Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB + MS access = Package

Status
Not open for further replies.

aditibhat

Programmer
Joined
Aug 19, 2008
Messages
1
Hi
I have created a polling software using VB and MS access database as the back end ( using ADODC connection). I have to install this VB software on other systems (.exe file) .Other systems do not have VB installed. There is a tool named package and deployment in microsoft VB , where in the database and the software can be packed together and installed in other systems, which can be accessed even though VB is not installed.

When i tried to do this, i got an error - "Run time error 91, object variable not found ".

Can you help with this? How do i install just the .exe on other systems ?

 


Hi,

And welcome to Tek-Tips.

If you have a .exe, then you do not need VB loaded on the PC running your software.

You would, however, need the libraries that you are referencing, loaded on that PC, including MS ActiveX Data Objects n.m Library.

Skip,

[glasses]Just traded in my old subtlety...
for a NUANCE![tongue]
 
Also take a look at MSKB - do a search on MDAC. If the target computers don't have a VB installation (and they do not need one to run the .exe), you still may have to install the appropriate Microsoft Data Access Component version.

"Don't be irreplaceable. If you can't be replaced, you can't be promoted."
 
<Run time error 91, object variable not found

Are you using late binding? If so, the PDW won't autodetect file dependencies.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top