Pro*c sample program error [message #93658] |
Wed, 18 September 2002 00:51 |
Amit
Messages: 166 Registered: February 1999
|
Senior Member |
|
|
Precompiled the sample9 demo program that comes with the product. But while linking it is unable to identify two symbols. It says Udefined symbols _sqlcxt & _sqlglm. Probably some library error. I'm using Turbo C version 3 and Oracle 8.1.6
Pls help asap.
|
|
|
Re: Pro*c sample program error [message #93696 is a reply to message #93658] |
Wed, 16 October 2002 23:19 |
war5ter
Messages: 4 Registered: October 2002
|
Junior Member |
|
|
This is a library error. U need to include the oracle library for Turbo C. The libraries are different for different C versions. orasql8.lib and sqllib8.lib can be used for microsoft C. You need to find out which library to be included for turbo C.
|
|
|
|