DavidJWhite
Programmer
Hello everyone.
I'm working on a DBMS that accesses an Access 97 Database from a VB (5) front-end. About 70 tables, 500 fields. Very robust front-end required, about 50,000 lines.
I get much of my data via a series of Data Controls. I would like any speed enhancements, and was wondering if using the DAO set rs = OpenRecordSet ... etc stuff would be faster than accessing the Data Controls? I cannot find any discussion on speed comparisons.
Any thoughts would be appreciated.
Thanks in advance.
I'm working on a DBMS that accesses an Access 97 Database from a VB (5) front-end. About 70 tables, 500 fields. Very robust front-end required, about 50,000 lines.
I get much of my data via a series of Data Controls. I would like any speed enhancements, and was wondering if using the DAO set rs = OpenRecordSet ... etc stuff would be faster than accessing the Data Controls? I cannot find any discussion on speed comparisons.
Any thoughts would be appreciated.
Thanks in advance.