Subject embedded SQL and gpre
Author Klaus-Dieter.Opitz@ESE.de
Hi,

i want use the transaction.

EXEC SQL BEGIN DECLARE SECTION;
long *t1;
EXEC SQL END DECLARE SECTION;

after preprocessing with gpre -c <file> -m -u<user> -p<password>
and gcc -o <file> -I/usr/include <file.c> -lgds -ldl -lcrypt I become the
message incompatiple pointer.
When I wrote
void *t1;
and compile is all OK.
I think, I have a little problem with this.

best regards from

Klaus-Dieter Opitz (mailto:Klaus-Dieter.Opitz@...)

ESE GmbH
Jasperallee 21
38102 Braunschweig
Germany

(http://www.ESE.de)