Re: MySQL access from COBOL



> Does any of you know a way to access mysql databases from
> Compaq Cobol? Or the other way 'round: Does someone know
> about another cobol compiler running on Unix or VMS that's able
> to do that job?

MySQL can be accessed using ODBC or unixODBC and so any Cobol that can
use this can access it. eg Fujitsu Cobol for Linux.

In my experience the MySQL should be running with transactions enabled.
This required very late version 3 or version 4 and InnoDB tables. Later
versions of MySQL have probably changed again.

.



Relevant Pages

  • Re: How to access Microfocus Data files
    ... (MySQL ... I have the source code and file definitions but I'm not a Cobol ... The conversion utility generates a relational database, ...
    (comp.lang.cobol)
  • Re: mySQL
    ... to a mySQL-Database an read one Data Set? ... I useMySQL for quite some time and have numerous examples of access to ... what COBOL are you using? ... access used with Fujitsu COBOL in a Windows environment, ...
    (comp.lang.cobol)
  • Re: [kde-linux] 20090622KL -- Kobol & MySQL
    ... Does anyone know of a way to work with existing MySQL ... databases from within KOBOL (or COBOL) programs? ... Not familiar with KOBOL or REKALL. ... simultaneous use of both genuine databases AND "native" files. ...
    (KDE)
  • Re: MySQL access from COBOL
    ... >> Compaq Cobol? ... > MySQL can be accessed using ODBC or unixODBC and so any Cobol that can ... set up ODBC on a unix machine (on the same as the mysql server is running ... on) and how to code that access on VMS Cobol. ...
    (comp.lang.cobol)
  • Re: Little direction please Python MySQL
    ... Fixed format, or something like a dBase III style? ... presume also that you only need access to them in COBOL format long ... enough to transfer them into MySQL -- true? ... the cobol file definition. ...
    (comp.lang.python)

Loading