Querying the Sample Data Source
- Last Updated: April 5, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
Note: The ADO and ADO.NET clients are currently available only in OpenAccess SDK 8.1. However, they are compatible with the OpenAccess SDK 9.0 server.
The following sample session assumes an OpenAccess SDK Server is running on a host mysdkserver at port 20092, and is configured with the Default server data source with table emp.
-
From a command prompt, change to the
install_dir\examplesubdirectory. -
Enter the following command:
SELECT mydsn 20092 Default pooh bear emp
-
The ADO.NET Client connects to mysdkserver on port 20092. After connecting, the query
SELECT * FROM empis issued and the results are displayed.
For other ways to test the data provider, refer to the OpenAccess SDK Administrator’s Guide.