David Laplante
Nov 4th, 1999, 10:15 PM
I'm starting to build my first database vb application (actually my first vb app) and read some topics about using data controls. I'm used to Access developpement and very familiar with recordsets.
Someone here wrote that he was using 6-7 data controls within his tab control and was complaining about the loading speed. I'm now up to 4 data controls, which are still not slowing down my form load because I only have 3 binded text controls. I just added 6-7 other binded text controls and already noticed a slow down when changing tab.
The person who wrote about this same problem got an answer telling him to get rid of the data controls and use DAO instead... that it meant more coding etc. I'm ready to make that sacrafice but what could this mean exactly? Does that mean opening recordsets and setting its values to the appropriate textboxes? I guess not, this would make it very difficult to handle changes in these textboxes.
As you may see, I'm a bit lost in all of this... If anyone could fresh out some important fact I would really appreciate. (or link me to any kind of FAQs or other forums)
Thanks a lot!
Someone here wrote that he was using 6-7 data controls within his tab control and was complaining about the loading speed. I'm now up to 4 data controls, which are still not slowing down my form load because I only have 3 binded text controls. I just added 6-7 other binded text controls and already noticed a slow down when changing tab.
The person who wrote about this same problem got an answer telling him to get rid of the data controls and use DAO instead... that it meant more coding etc. I'm ready to make that sacrafice but what could this mean exactly? Does that mean opening recordsets and setting its values to the appropriate textboxes? I guess not, this would make it very difficult to handle changes in these textboxes.
As you may see, I'm a bit lost in all of this... If anyone could fresh out some important fact I would really appreciate. (or link me to any kind of FAQs or other forums)
Thanks a lot!