home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 v2.4 Fix / W95-v2.4fix.iso / ACADWIN / ASE / SAMPLE / ASISMP.DOC < prev   
Encoding:
Text File  |  1995-02-08  |  549 b   |  15 lines

  1.  
  2. astsmp.c is a sample ADS application that demonstrates the main
  3. asi capabilities.
  4.  
  5. The astsmp defines the following AutoCad commands:
  6.  
  7.  ASTCONNECT      - connects to SQL environment
  8.  ASIDISCONNECT   - disconnects from SQL environment
  9.  ASTSQLED        - executes SQL statement entered from command line
  10.  ASTSCRIPT       - executes SQL statement read from script file
  11.  ASTSETUP        - sets up certain options
  12.  ASTCREATEENV    - creates environment section in asi.ini file
  13.  ASTDROPENV      - drops environment section in asi.ini file
  14.  
  15.