Hi
I'm a newbie to COBOL and netexpress
I have installed netexpress 5 and oracle 11g XE on windows XP OS. I need to write small programs like getting data from database and use it in the COBOL program. I'd like to know what are the things I need to configure,install to make connection b/w netexpress and oracle 11g
got some information like below.
environment variables
SET COBCPY=
SET COBDIR=
SET COBIDY=
SET DB_USRID=
SET DB_PASSWD=
in program
EXEC SQL
CONNECT :WSH-USER-INFO IDENTIFIED BY :WSH-PASSWD
END-EXEC.
many thanks
#oracle11gXE
#NetExpress5.0




