Home » Developer & Programmer » Precompilers, OCI & OCCI » Declare Table ....Semantics
Declare Table ....Semantics [message #338001] |
Sat, 02 August 2008 03:19  |
santosh.chalikwar
Messages: 6 Registered: July 2008
|
Junior Member |
|
|
Hi All,
I am trying to connect with a remote data base using PRO*C.
If I use
proc filename.pc in make file..I am getting no error and code is working fine.
but If I use
proc sqlcheck=semantics userid=abc/lmn@xyz filename.pc
I am getting undefined identifier remoteschema.remotetable name.
user id mentioned in my make file describes my local data base.
At first glance I thought I have to declare this table in my .pc
file.
so I use EXEC DECLARE tablename TABLE
(col name type null,
*******
);
But still I am getting the same error.
Please Help Me.
|
|
|
|
|
|
Goto Forum:
Current Time: Sun May 04 17:33:59 CDT 2025
|