About the SAS Drivers for JDBC: Cookbook

How the Cookbook Can Help You Write Applications

The SAS Drivers for JDBC: Cookbook provides programming recipes for use with the SAS Drivers for JDBC. The recipes are designed to expedite development efforts in these ways:
  • by providing ready-to-use sample code, as complete programs or as fragments
  • by encouraging best practices
  • by answering frequently asked questions
You can use the recipes directly or modify them to fit your needs.

What You Should Know in Order to Use This Cookbook

The cookbook assumes that the following statements are true:
  • You are familiar with the JDK (Java Development Kit).
  • You know how to compile and run Java applications.
  • You are familiar with Oracle JDBC API documentation, such as the information available from http://download.oracle.com/javase/6/docs/technotes/guides/jdbc/.
  • Either you know how to start the SAS server that you want to access or the server has been started for you.