Microsoft Office 2000/Visual Basic Programmer's Guide |
The Microsoft Jet 4.0 OLE DB Provider defines a number of property values for provider-specific features. Because they are provider-specific values, ADO does not expose them via its built-in enumeration values or constants. To make it easier to work with these values in a VBA development environment, you can define global constants or VBA Enum statements for these values. Many of the following sections contain tables of values for properties specific to the Microsoft Jet 4.0 OLE DB Provider that you can set when you work with or create ADO objects. For an example of code that uses this technique, see the GetJetConnection procedure in "Opening an Access Database by Using ADO" later in this chapter.