ADO/WFC Programming

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 Appendixes

ADO/WFC Programming

For Microsoft Visual J++ 6.0, ADO has been extended to work with Windows Foundation Classes (WFC) in the following ways. First, a set of Java classes has been implemented that extends the ADO interfaces and creates notifications interesting to the Java programmer; the Java classes also expose functions that return Java types to the user. To improve performance, the Java class directly accesses the native data types in the OLE DB rowset object, and returns them to the Java programmer as Java types without first converting them to and from a variant. ADO has also been extended to work with event notifications in the WFC framework.

ADO for Windows Foundation Classes (ADO/WFC) supports all the standard ADO methods, properties, objects, and events. However, operations that require a variant as a parameter and show excellent performance in a language such as Microsoft Visual Basic, display lesser performance in a language such as Visual J++. For that reason, ADO/WFC also provides accessor functions on the Field object that take native Java data types instead of the variant data type.

For more detailed information within the ADO documentation about ADO/WFC packages, see the ADO/WFC Syntax Index.

For related information within the Visual J++ documentation, see Converting Visual Basic ADO Examples to Visual J++.

Referencing the Library

To import the ADO/WFC data classes into your project, include the following line in your code:

import com.ms.wfc.data.*;

See Also

ADO Event Instantiation by Language | ADO/WFC Syntax Index | Using ADO with the Java Type Library Wizard | Using ADO with the Microsoft SDK for Java

© 1998-2003 Microsoft Corporation. All rights reserved.