I have created an investment tracking program on VB6. It has been debugged, saved and executed.
No problems occured when I packaged and deployed (to a directory for burning to CD's). The setup program worked fine when it was installed on my PC and the program worked as it should.
I tranferred the three files (.CAB, .LST, EXE) to my son's PC, his machine, like mine, his is running Windows XP Pro.
His installation went well with no error messages but when the program starts and when each form is loaded we get a message "Provider can't be found".
I have checked all my references and am quite sure they are all set properly. I used ADO controls and connected them to the Jet data base. Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=C:\VISUAL BASIC FILES\PROGRAMS\INVEST-TRACK\NEWINVESTMENTS.mdb
It seems to me that the data base may not be setting up on the user's machine. How can I tell if this is so?
When I package the project should I use the "Add File" button to add the data base "mdb" file? Shouldn't the wizard find it and include it? If it did include it should it be listed in the Support sub-directory?
I have tried everything I can think of, any help or suggestions will be greatly appreciated.
Thanks
Dwight (DK47)
No problems occured when I packaged and deployed (to a directory for burning to CD's). The setup program worked fine when it was installed on my PC and the program worked as it should.
I tranferred the three files (.CAB, .LST, EXE) to my son's PC, his machine, like mine, his is running Windows XP Pro.
His installation went well with no error messages but when the program starts and when each form is loaded we get a message "Provider can't be found".
I have checked all my references and am quite sure they are all set properly. I used ADO controls and connected them to the Jet data base. Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=C:\VISUAL BASIC FILES\PROGRAMS\INVEST-TRACK\NEWINVESTMENTS.mdb
It seems to me that the data base may not be setting up on the user's machine. How can I tell if this is so?
When I package the project should I use the "Add File" button to add the data base "mdb" file? Shouldn't the wizard find it and include it? If it did include it should it be listed in the Support sub-directory?
I have tried everything I can think of, any help or suggestions will be greatly appreciated.
Thanks
Dwight (DK47)