Quote:
Visual Basic 1.0 didn't have built-in data access (unless you count low-level file I/O). Even so, with the aid of third-party tools, a large percentage of VB1-authored programs were database applications. Even then, developers who needed to write custom database applications embraced VB. And each successive version of Visual Basic has upped the database ante: VB2 introduced ODBC data access, VB3 gave us the Jet Database Engine 1.1, and the Visual Basic Compatibility Layer (VBCL) let VB3 work with Jet 2.0. In the world of 32-bit tools, VB4 provided us with non-Jet data access in the form of Remote Data Objects (RDO), and VB5 gave us the UserConnection Designer, the T-SQL Debugger, RDO 2.0, and the Visual Database Tools (VDT), which ran under the Developer Studio IDE. Microsoft's release of ActiveX Data Objects (ADO) 1.0 and 1.5 gave VB developers even more data-access options.