Querying the Sample Data Source
- Last Updated: April 5, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
The following sample session assumes an OpenAccess SDK Server is running on a host mysdkserver at port 19986, 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 19986 Default pooh bear emp
-
The ADO.NET Client connects to mysdkserver on port 19986. 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.