I have designed software with VB6.0 as frontEnd & access-2003 as backend. For running action queries & for importing text files to my database i am using DoCmd object for which i have add reference to Miscrosoft Access 11.0 object library. In my PC it works fine as i have installed Access 2003 in my PC but in other PC's where Access -2003 is not installed it is giving error "Can not create ActiveX object" and other errors also. It works fine if i install Access-2003 to these PC's. How can i get rid of this problem without installing Access-2003 in each PC's. I have created setup with Visual Studio Installer.
Thanks
Thanks
Comment