Re: Oracle DATE problem

From: <stowe_at_mcs.net>
Date: 1996/03/26
Message-ID: <4j7ppd$2sj_at_Nntp1.mcs.net>#1/1


> kodali_at_new.missouri.edu (Ravi Kodali) writes:
> HI,
>
> I have problem reading date into an arrau from the database using
> Pro*C. Here is what I am doing.
>
> char dat[30];

Ummm... That's your problem right there. You need to declare it for Pro*C, not just for C, using the EXEC SQL DECLARE syntax. Received on Tue Mar 26 1996 - 00:00:00 CET

Original text of this message