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