![]() |
VOOZH | about |
The CData JDBC Driver for SAS Xpt offers the most natural way to connect to SAS Xpt data from Java-based applications and developer technologies. The driver wraps the complexity of accessing SAS Xpt data in an easy-to-integrate, 100%-Java JDBC driver. Applications can then access SAS Xpt as a traditional database. The driver hides the complexity of accessing data and provides additional powerful security features, smart caching, batching, socket management, and more.
NOTE: The license file, cdata.jdbc.sasxpt.lic, must be in the same location as the JAR file, cdata.jdbc.sasxpt.jar. See the readme file for more information.
See Using JDBC for examples of using standard JDBC classes like DataSource, Connection, Statement, ResultSet, and others, to work with SAS Xpt data.
Using from Tools walks through the steps of integration with JDBC tools, using several popular database tools as examples.
See Schema Discovery to access schema information through the standard JDBC interfaces. Query the System Tables to access additional metadata, such as data source capabilities.
See JDBC Remoting to configure remote access to the JDBC data source. The JDBC remoting feature allows hosting the JDBC connection on a server to enable connections from virtually anywhere -- various clients on any platform (Java, .NET, C++, PHP, Python, and so on) and using any standards-based technology (ODBC, JDBC, and so on). JDBC remoting is enabled using the popular MySQL wire protocol server.
See SQL Compliance for a syntax reference and code examples outlining the supported SQL.
See Data Model for information on the available entities and how to query them.
The Connection properties describe the various options that can be used to establish a connection.