Using structures as host variable in Pro*C
From: enrico badella <badella_at_polec1.polito.it>
Date: 4 Jul 1994 17:46:09 GMT
Message-ID: <2v9ht1$id_at_galileo.polito.it>
Date: 4 Jul 1994 17:46:09 GMT
Message-ID: <2v9ht1$id_at_galileo.polito.it>
This is what I want to do:
EXEC SQL BEGIN DECLARE SECTION;
typedef struct {
char name[65];
long addr;
short version;
char n_group[65];
short x;
short y;
short visible;
short freq;
short manage;
} node_str;
EXEC SQL END DECLARE SECTION;
Can some kind soul enlight me on what I'm doing wrong? I cannot believe that Ingres and Informix support this kind of host variable and Oracle doesn't. Received on Mon Jul 04 1994 - 19:46:09 CEST
