home *** CD-ROM | disk | FTP | other *** search
- The following files are present in the \Samples directory.
-
- a) samples.sql - SQL command to generate sample tables in Sybase SQL Anywhere/Watcom
- b) \Customer - This application accesses the customer table and demonstrates
- basic database navigation and functionality (e.g., Add, Save, First, Next)
- c) \Employees - This application accesses the employee table and demonstrates basic
- database navigation and functionality (e.g., Add Save, First, Next).
- d) \Expenses - An application for expense report
- e) \Inventory - Another sample to demonstrate record navigation
- f) \jdbcCall - Sample for using JDBC Callable Statement
- g) \jdbcDML - Sample for using JDBC Prepared Statement
- h) \jdbcReadBLOB - Sample for selecting data from LongVarChar, LongVarBinary fields
- i) \jdbcViewer - Sample to select data and display information about a table