Readme.txt 808 B

123456789101112131415161718
  1. This directory contains sql scripts which show, by example, how to use
  2. the Spatial DataBlade. You can run any of these scripts using a SQL editor
  3. such as DB-Access.
  4. Most of the files in this directory correspond directly to the examples
  5. in Chapter 7 of the Users Guide. Other files include:
  6. Filename Description
  7. ----------- -------------------------------------------------------------
  8. setup.sql Script to create an entry in the spatial_references
  9. table which is needed by many of the examples.
  10. Run this script prior to running any of the example scripts.
  11. cleanup.sql Script to drop all tables created by all of the examples
  12. and remove all modifications to the spatial_references table.
  13. cities.load Data file used by several examples.