home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / database / oracle / 2236 < prev    next >
Encoding:
Text File  |  1992-11-18  |  770 b   |  20 lines

  1. Newsgroups: comp.databases.oracle
  2. Path: sparky!uunet!caen!saimiri.primate.wisc.edu!zazen!news
  3. From: nmrdb@vms.macc.wisc.edu (BEVERLY SEAVEY)
  4. Subject: In what file are Pro*C externs  sqloca,sqlsca,sqlcom,etc defined?
  5. Message-ID: <1992Nov18.151946.28392@macc.wisc.edu>
  6. Sender: news@macc.wisc.edu (USENET News System)
  7. Organization:  University of Wisconsin Academic Computing Center
  8. Date: 18 NOV 92 09:16:12    
  9. Lines: 9
  10.  
  11. I'm just working on my first Pro*C program, and when I compile I get
  12. complaints that there are unresolved references: sqloca,sqlsca,..
  13. about 15 in all. When I examine the precompiler output I see
  14. references like
  15.  
  16. EXTERN sqlca
  17.  
  18. for each. Where are these things defined? Is there some file I need
  19. to #INCLUDE, or a compiler option I  don't know about? 
  20.