SteveInBeloit
Well-known member
- Joined
- May 22, 2006
- Messages
- 132
- Programming Experience
- 10+
Hello,
I am learning about VS2005 datasources. I have worked through walkthroughs where I added a Data Source to my project, then added the tables to me forms so I could display and update table data. All works well.
When I move this code from this server to a production server, where the server name and logon parameters will be different, how will the code know? I think it will still be looking for the server and DB I use when I develop it. Since I don't supply the credentials anywhere in the code in the form of a connection string, how will it know the new customers server name and logon?
Thanks,
Steve
I am learning about VS2005 datasources. I have worked through walkthroughs where I added a Data Source to my project, then added the tables to me forms so I could display and update table data. All works well.
When I move this code from this server to a production server, where the server name and logon parameters will be different, how will the code know? I think it will still be looking for the server and DB I use when I develop it. Since I don't supply the credentials anywhere in the code in the form of a connection string, how will it know the new customers server name and logon?
Thanks,
Steve