joelmeaders
New member
- Joined
- Aug 16, 2013
- Messages
- 2
- Programming Experience
- 1-3
Hello, I am using VB.NET 2008 Express.
There are a million threads about unbound vs bound fields, custom bound or designer bound, and custom connections, datasets etc... If I were to use the data source wizard what would need to be done in the future if the source location or database type changes? Could the location and type be controlled from a settings menu in this way?
I already understand and have custom programmed my connections and datasets/tables in a test project an can access the data and display it on the form using a loop through control names and tags. In Access I never used bound forms or controls and have tons of code for handling everything dynamically so I don't know what's best in VB.NET. I was going to try an N-Tier setup but that option isn't possible in the express editions from what I've read.
There are a million threads about unbound vs bound fields, custom bound or designer bound, and custom connections, datasets etc... If I were to use the data source wizard what would need to be done in the future if the source location or database type changes? Could the location and type be controlled from a settings menu in this way?
I already understand and have custom programmed my connections and datasets/tables in a test project an can access the data and display it on the form using a loop through control names and tags. In Access I never used bound forms or controls and have tons of code for handling everything dynamically so I don't know what's best in VB.NET. I was going to try an N-Tier setup but that option isn't possible in the express editions from what I've read.