Microfocus Netexpress question : COBSQL vs openESQL
From: chris bougeard (sihingchris_at_hotmail.com)
Date: 09/09/04
- Next message: Howard Brazee: "Re: If you were inventing CoBOL..."
- Previous message: Howard Brazee: "Direct Deposit"
- Next in thread: Simon Tobias: "Re: Microfocus Netexpress question : COBSQL vs openESQL"
- Reply: Simon Tobias: "Re: Microfocus Netexpress question : COBSQL vs openESQL"
- Reply: Robert Wagner: "Re: Microfocus Netexpress question : COBSQL vs openESQL"
- Reply: Douglas Gallant: "Re: Microfocus Netexpress question : COBSQL vs openESQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 9 Sep 2004 07:10:18 -0700
Hi everyone,
On the site i am working on, i am in the process of converting a bunch of
pro*cobol programs which currently sit on a unix platform/oracle database
to work in a windows environment.
Im using a development machine (windows 2000) with netexpress 3.1 to test
how these programs work once regenerated.
When it came to the issue of pre-compiling the embedded sql statements, i
first tried using the COBSQL method but my compiles always fell over...
However, by using the openESQL approach, my compiles were all clean and the
programs connect to the database and retrieve data fine...
First question, is it better to use the ORACLE supplied pre-compiler (which
generally misbehaves) over the openESQL (which works fine) in order to
reduce the chances of sql anomalies during run time?
Is it strange that i didnt have to load anything specifically on my machine
in order for openESQL to work (im sure i have read that certain drivers etc
must exist).
I recently tried to run a program compiled on my windows2000 box on an nt4
machine , the program ran (after installing application server on it) but
couldnt connect with the oracle database specified in the program.
Could this just be down to the fact that the nt4 box is missing a dll or
something or is there perhaps a more sinister possibility?
I actually tried today to re-compile this program using COBSQL, its
failing with CSQL-E-036 "unable to open the precompiler file
"filename".cs9".
Dont suppose you have any ideas on this one ?
Sorry to be a pest, just a couple more questions :
WHERE do i put the compiler directives when using COBSQL?
Is "application server" just simply a set of run time dll's that you need
user licenses for to run cobol apps?
I presume it doesnt run as a service...
Sorry for so many questions,
hope to hear from you,
chris
==========================================================================
- Next message: Howard Brazee: "Re: If you were inventing CoBOL..."
- Previous message: Howard Brazee: "Direct Deposit"
- Next in thread: Simon Tobias: "Re: Microfocus Netexpress question : COBSQL vs openESQL"
- Reply: Simon Tobias: "Re: Microfocus Netexpress question : COBSQL vs openESQL"
- Reply: Robert Wagner: "Re: Microfocus Netexpress question : COBSQL vs openESQL"
- Reply: Douglas Gallant: "Re: Microfocus Netexpress question : COBSQL vs openESQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|