Re: How do I display the out put of Pro*C program?
From: Scott Mattes <Scott_at_TheMattesFamily.ws>
Date: Fri, 18 Oct 2002 21:36:50 GMT
Message-ID: <S9%r9.36530$m92.6961955_at_news1.news.adelphia.net>
Date: Fri, 18 Oct 2002 21:36:50 GMT
Message-ID: <S9%r9.36530$m92.6961955_at_news1.news.adelphia.net>
I do Delphi, not C, but maybe this will be enuf to get you there.
I put a dbgrid on the form and connect it to the tdatabase object, after the query is run the grid has the results.
"Naser El-Bathy" <nelbathy_at_ford.com> wrote in message
news:38ccdbd.0210180546.6077c3b2_at_posting.google.com...
> I wrote a demo.pc program ../oracle/precomp/demo/proc
> and I used the command proc INAME=demo.pc to run demo.pc
> and I used the command make -f demo_proc.mk build EXE=demo.exe OBJS=demo.o
> I was able to generate demo.c and demo.exe and demo.o.
> However, I am not able to see the out put of the program.
> Would you please advise me how do I display it?
> Your assistance is aprreciated.
Received on Fri Oct 18 2002 - 23:36:50 CEST