Topics
Content Types
About 4 results
-
10 ADO best practices
You can work more efficiently with data when you know how to take advantage of the ActiveX data objects (ADO) library. Susan Harkins offers some pointers that will help you use ADO...
-
How do I... Replace a complex connection string with a DSN?
Anybody who’s interacted with foreign data programmatically knows that getting the connection code right can be frustrating. If you support yourself, you might find a Data Source N...
-
TechRepublic Tutorial: Use Windows to create a connection string
Learn how to create ADO connection strings to data sources using a Windows dialog box
-
Advantages of using the ADO Command object
The Command object offers several unique advantages over the ADO Recordset object for programmatic data updating. This article gives specific code examples that display the Command...