Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to connect with Micro Focus COBOL
Shaochun Lin <lovedog_at_gwis2.circ.gwu.edu> wrote in article
<5ib9l2$1ls$1_at_cronkite.seas.gwu.edu>...
> Does anyone outthere know how to connect Oracle with Micro Focus COBOL,
> I am urgently in converting some Mirco Focus COBOL files to Oracle TABLE.
> Any suggestion would be appreciated. Thnak,Shaochun,
First you need to install PRO*COBOL, Oracle's COBOL precompiler.
Then use embedded SQL to connect to the database:
EXEC SQL
CONNECT :USERNAME IDENTIFIED BY :PASSWD
END-EXEC.
Good Luck with the conversion,
Matt Received on Tue Apr 08 1997 - 00:00:00 CDT
![]() |
![]() |