gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [open-cobol-list] Postgres


From: emre
Subject: Re: [open-cobol-list] Postgres
Date: Sun, 09 Aug 2009 21:33:02 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9

emre wrote:
John Culleton wrote:
In your applications, what does Postgres do for you that Indexed sequential with multiple keys won't? Ad Hoc reporting is an advantage but if that is the application I would use the SQL based database stand-alone without COBOL.

You are correct, I don't really _need_ to go to an SQL. What I am really looking for is an easy way to get ODBC. Thinking about this further, the extra SQL layer
will probably slow things down unacceptably.

So what I really want to do is to be able to periodically synchronize some fields in one COBOL table with an SQL table. I could probably do this externally in perl or else use something like libdbi to do it in COBOL. Then, I can use an SQL (such as
postgres or mySQL) which has an existing ODBC server.

Emre.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]