Re: how to use data control?
Bound Controls are evil. Learn ADO instead. There are thousands of examples on the forums
Re: how to use data control?
Quote:
Originally Posted by Thomas.Fredrickson
Bound Controls are evil. Learn ADO instead. There are thousands of examples on the forums
Amen. And if you go to the VB FAQ forum you'll find out how to do it.
Re: how to use data control?
Here is an FAQ article that explains why data controls/bound controls are a bad idea, and why your book is not really meant for VB6 (but an earlier version): Why is using bound controls a bad thing?
That is one of several articles in our Database Development FAQs/Tutorials (at the top of the Database Development forum) that you will probably find useful, and it links to another article that shows how to use the recommended alternative to data controls (which is ADO code).