I'm just learning to use VB6. I have built several programs with MS Access. I now have created an application in VB6 using tables from Access 2000. I created a Data Environment and Commands and Child Commands. My controls are bound to those commands. Everything works great on my machine. I run Package and Deployment, it finishes sucessful. I run the package on another machine and it doesn't connect to the data. When the form comes up no data is showing and if you try to navigate an error pops up about the DSN not found and no default driver provided. Obviously, I'm overlooking something very simple here. I thought that Package and Deployment would build all those things into the application from the Data Environment used at design time. Do you have to build the connection strings and commands into the code?? If so what is the purpose of Data Environment?? Anyway, any help would be appreciated.
Thanks
Thanks