home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / viscobv6.zip / vac22os2 / ibmcobol / samples / odbc / readme.txt < prev   
Text File  |  1997-03-29  |  2KB  |  45 lines

  1. ODBC SAMPLE
  2.  
  3.   DESCRIPTION:
  4.        This sample provides a skeleton COBOL program
  5.        for using ODBC.
  6.  
  7. ***************************************************************
  8. * DISCLAIMER OF WARRANTIES:                                   *
  9. *                                                             *
  10. * The following enclosed code is sample code created by IBM   *
  11. * Corporation.  This sample code is not part of any standard  *
  12. * IBM product and is provided to you solely for the purpose   *
  13. * of assisting you in the development of your applications.   *
  14. * The code is provided "AS IS", without warranty of any       *
  15. * kind.  IBM shall not be liable for any damages arising out  *
  16. * of your use of the sample code, even if they have been      *
  17. * advised of the possibility of such damages.                 *
  18. *                                                             *
  19. ***************************************************************
  20.  
  21.   CONCEPT/FEATURE:
  22.        How to use Open Database Connectivity (ODBC) features
  23.        in a COBOL program.
  24.  
  25.   HOW TO USE THIS SAMPLE:
  26.  
  27.        This sample contains a skeleton COBOL program and the
  28.        necessary COPY files for it.  To use this program,
  29.        you can copy into your own directory, along with the
  30.        copy files, and add your own code in the appropriate
  31.        places, indicated by comments.
  32.  
  33.   ADDITIONAL INFORMATION:
  34.  
  35.        Refer to the Programming Guide (Open Database Connectivity
  36.        chapter) and the ODBC Drivers Reference, both of which
  37.        are available in the VisualAge for COBOL Information Notebook.
  38.  
  39.        For information on other samples shipped with the VisualAge
  40.        for COBOL product, please see the Samples Information.
  41.  
  42.        To access Samples Information, open the VisualAge for COBOL
  43.        folder, then open the Samples folder, then open Samples
  44.        Information.
  45.