Oracle-DATE Field with Pro*C

From: Markus Pesti <pesti_at_lemleipzig.de>
Date: 2000/06/08
Message-ID: <393fa209$0$25912_at_personalnews.de.uu.net>#1/1


My problem is the following:

....

EXEC SQL BEGIN DECLARE SECTION;
char* p1;
double p2;
int p3;
EXEC SQL END DECLARE SECTION;
EXEC SQL FETCH C INTO :p1, :p2, :p3;
....

That works fine with numeric or string fields. But I have no idea how to declare the p-variable, if the Oracle field type is DATE. Is there anybody, who knows how to handle this?

Thanks Markus Received on Thu Jun 08 2000 - 00:00:00 CEST

Original text of this message