V
vul
I'm working with VB6 and SQL Server 2000 now. There is a need to rewrite an
existing application using VB 2005 (db is going to be the same at this
point).
In VB6 the application can be created with using data controls or with more
flexible stuff (Commands, Recordsets). The first (data controls) approach is
much simpler, but it's ugly.
I'm starting to work with VB 2005 and in all examples and topics I've read
so far I see Data Sources, Data Bindings, and something else which reminds
me those data controls. I'm a very beginner and may be wrong in this
conclusion.
What is the best approach to work with data in VB 2005? I would not want to
spend the time on learning something which will be easy to create, but later
will bring a lot of problems (many years ago I had them with data controls)
Thank you
Al
existing application using VB 2005 (db is going to be the same at this
point).
In VB6 the application can be created with using data controls or with more
flexible stuff (Commands, Recordsets). The first (data controls) approach is
much simpler, but it's ugly.
I'm starting to work with VB 2005 and in all examples and topics I've read
so far I see Data Sources, Data Bindings, and something else which reminds
me those data controls. I'm a very beginner and may be wrong in this
conclusion.
What is the best approach to work with data in VB 2005? I would not want to
spend the time on learning something which will be easy to create, but later
will bring a lot of problems (many years ago I had them with data controls)
Thank you
Al