Sir,
Need a small help, kind of stuck with this code generated by the Pro*C compiler ...
...
/* SQLLIB Prototypes */
extern void sqlcxt (void **, unsigned int *,
struct sqlexd *, const struct sqlcxp *);
extern void sqlcx2t(void **, unsigned int *,
struct sqlexd *, const struct sqlcxp *);
extern void sqlbuft(void **, char *);
extern void sqlgs2t(void **, char *);
extern void sqlorat(void **, unsigned int *, void *);
/* Forms Interface */
static const int IAPSUCC = 0;
static const int IAPFAIL = 1403;
static const int IAPFTL = 535;
extern void sqliem(char *, int *);
typedef struct { unsigned short len; unsigned char arr[1]; } VARCHAR;
typedef struct { unsigned short len; unsigned char arr[1]; } varchar;
/* cud (compilation unit data) array */
static const short sqlcud0[] =
{12,4130,31,0,0,
5,0,0,1,77,0,3,253,0,0,2,2,0,1,0,1,6149,0,0,1,6149,0,0,
28,0,0,2,80,0,2,278,0,0,2,2,0,1,0,1,6149,0,0,1,6149,0,0,
51,0,0,3,95,0,4,499,0,0,3,1,0,1,0,2,3,0,0,2,68,0,0,1,6149,0,0,
78,0,0,4,102,0,2,510,0,0,3,3,0,1,0,1,6149,0,0,1,3,0,0,1,68,0,0,
};
#define ORACLE
#define SQL_READ_ONLY
...
Can you please suggest the significance of the above text in BOLD ...
Hoping for a positive reply.
Regards,
Puneet
|