home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / DBServ / SAMPLES / SAMPLES.ZIP / SAMPLES.TXT < prev   
Encoding:
Text File  |  1997-02-21  |  885 b   |  13 lines

  1. The following files are present in the \Samples directory.
  2.  
  3. a) samples.sql - SQL command to generate sample tables in Sybase SQL Anywhere/Watcom
  4. b) \Customer   - This application accesses the customer table and demonstrates 
  5.          basic database navigation and functionality (e.g., Add, Save, First, Next) 
  6. c) \Employees  - This application accesses the employee table and demonstrates basic 
  7.          database navigation and functionality (e.g., Add Save, First, Next).                   
  8. d) \Expenses   - An application for expense report
  9. e) \Inventory  - Another sample to demonstrate record navigation
  10. f) \jdbcCall   - Sample for using JDBC Callable Statement
  11. g) \jdbcDML    - Sample for using JDBC Prepared Statement
  12. h) \jdbcReadBLOB - Sample for selecting data from LongVarChar, LongVarBinary fields
  13. i) \jdbcViewer - Sample to select data and display information about a table