home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PRECOM.ZIP / SAMPLE.ZIP / TEST < prev    next >
Text File  |  1992-09-24  |  1KB  |  33 lines

  1. Starting MOD2 procompiler for IBM Database Manager
  2. **** Error initializing precomiler services -4905 
  3. **** Error in compiled statement Error -4916  
  4.     Input statement -    INCLUDE SQLDA 
  5. SQL4916N  The "sqlainit" function has not been called.
  6.  
  7.      *********
  8. **** Error in compiled statement Error -4916  
  9.     Input statement -    BEGIN DECLARE SECTION 
  10. SQL4916N  The "sqlainit" function has not been called.
  11.  
  12.      *********
  13. **** Error in compiled statement Error -4916  
  14.     Input statement -    END DECLARE SECTION 
  15. SQL4916N  The "sqlainit" function has not been called.
  16.  
  17.      *********
  18. **** Error in compiled statement Error -4916  
  19.     Input statement -    DECLARE C1_Staff CURSOR FOR    SELECT * FROM staff 
  20. SQL4916N  The "sqlainit" function has not been called.
  21.  
  22.      *********
  23. **** Error in compiled statement Error -4916  
  24.     Input statement -    DECLARE C2_Org CURSOR FOR    Select Org.*, Staff.name from Org,staff    FROM Org, Staff    WHERE
  25. SQL4916N  The "sqlainit" function has not been called.
  26.  
  27.      *********
  28. **** Error in compiled statement Error -4916  
  29.     Input statement -    DECLARE C2_Staff CURSOR FOR  SELECT Staff.* Org.* Staff.name  FROM org,Staff  WHERE  Staff.Depar
  30. SQL4916N  The "sqlainit" function has not been called.
  31.  
  32.      *********
  33. END of precompiler