home *** CD-ROM | disk | FTP | other *** search
-
-
- #Verifying Pro*C ...
-
-
- #########################################
-
- #Check the banners:
-
- pcc 1.3.15
-
-
-
- ########################################
-
- #Demo testing:
-
- #make executable samplec from samplec.pc and invoke it
- # make -f proc.mk samplec
-
- pcc include=/usr/user1/c/lib ireclen=132 oreclen=132 rebind=no select_error=no sqlcheck=limited userid=scott/tiger iname=samplec.pc
-
- ORACLE Precompiler: Version 1.3.15 on Sat Dec 15 06:20:25 1990
-
- Copyright (c) Oracle Corporation 1979, 1989. All rights reserved.
-
-
- Pro*C Production.
-
- Precompiling samplec.pc
- cc -O samplec.c -o samplec /usr/user1/rdbms/lib/libsql.a /usr/user1/rdbms/lib/osntab.o /usr/user1/rdbms/lib/libsqlnet.a /usr/user1/rdbms/lib/libora.a -lld
- samplec.c
-
- ---input-to-samplec---
- KIRK
- captain
- 1234.00
- 10
-
- ---end-of-input---
-
-
- Enter employee name : Enter employee job : Enter employee salary: Enter employee dept :
- KIRK added to the ACCOUNTING department as employee number 7944
- Enter employee name :
- End of the C/ORACLE example program.
-
-
-
- ####### C.Verify Done #######
-
-