Re: COBOL Micro Focus Application accessing Postgresql

Поиск
Список
Период
Сортировка
От Dragan Matic
Тема Re: COBOL Micro Focus Application accessing Postgresql
Дата
Msg-id 3E8A04CC.8040906@eunet.yu
обсуждение исходный текст
Ответ на COBOL Micro Focus Application accessing Postgresql database  (alain.bruneau@acoss.fr)
Ответы Re: COBOL Micro Focus Application accessing Postgresql
Список pgsql-general

alain.bruneau@acoss.fr wrote:

>Hi.
>Has anyone developped Cobol (Micro-Focus) application with postgresql
>database ??
>
>
    We have developed an application written in COBOL that works fine
with Postgresql. Since our aim was to create an application that can
communicate to almost any database we used ODBC. We are using MicroFocus
NetExpress 3.1 and although we are constantly testing application with
MsSql server, Oracle and Interbase, our primary target is PostgreSql.
So, the answer is Yes, ODBC is the solution here, if your target OS is
Windows, don't know for UNIX systems.

Dragan


>I don't know how to make the link between cobol and postgresql.
>
>Today, my application is implemented with oracle database.
>Cobol source sample :
>               MOVE SQLERRD(3) TO TOT-NB-DEL
>               MOVE 0 TO ANC-REFER
>               MOVE "LKXX" TO TOT-REFER
>               GO TO RETOUR.
>      ***** DELETE D UN ARTICLE DE LA CHAINE
>           EXEC SQL DELETE FROM LM18 WHERE
>              LM18_REFER = :WREFER
>           END-EXEC.
>           IF SQLCODE NOT = 0
>             MOVE 'V' TO WTYPE
>             PERFORM DEB-ERROR THRU FIN-ERROR
>
>Compilation :
>.pco
>     -> procob ->
>               .cob
>                    -> cob ->
>                              exec module
>
>Procob is oracle precompiler tool. Is there something similar with
>postgresql ??
>
>If no, is ODBC the solution ??
>
>Thank you for your help.
>
>Regards,
>Alain.
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
>http://www.postgresql.org/docs/faqs/FAQ.html
>
>
>
>


В списке pgsql-general по дате отправления:

Предыдущее
От: Dennis Gearon
Дата:
Сообщение: Re: Earth distance
Следующее
От: "Wayne Armstrong"
Дата:
Сообщение: Re: COBOL Micro Focus Application accessing Postgresql