Pro*C (1.3) with PLSQL (MS-DOS)

From: Marek Pytlik <pytlik_at_ra.cs.umb.edu>
Date: 9 Jul 92 02:30:59 GMT
Message-ID: <1992Jul9.023059.22287_at_cs.umb.edu>


Did anyone try the following precompilation?:
....

exec sql begin declare section;
int x;
exec sql end declare section;
...
..

// start of plsql block
..

begin
exec sql fetch 1 into :x from dual;
end;

// end plsql block

When i try to run proc on that file, I get 'end of communication chanell error'. Does Oracle support fetches into program host variables within plsql block? This code was compiled on MS-DOS. I know that we had similar problem on HP9000/800, but Oracle sent up patch for that. Received on Thu Jul 09 1992 - 04:30:59 CEST

Original text of this message