Code Comments
Programming Forum and web based access to our favorite programming groups.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?
Post Follow-up to this messageRichard wrote: > > MySQL can be accessed using ODBC or unixODBC and so any Cobol that can > use this can access it. eg Fujitsu Cobol for Linux. Thank you so far. But I must admit that I don't have any clue how to 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. Is there any tutorial out there? I did not found any on the web. Thank you -=* Anguel *=-
Post Follow-up to this message> I don't have any clue how to set up ODBC on a unix machine Start by getting unixODBC form unixodbc.org and read the documentation that comes with it. > how to code that access on VMS Cobol I have no idea, nor even that anything on VMS could access ODBC or any version of MySQL. You may even have to tier your program so that there is a MySQL accessing program running on the MySQL server that sends data back to your program.
Post Follow-up to this message> I have no idea, nor even that anything on VMS could access ODBC or > any version of MySQL. One way to do ODBC access on OpenVMS is with CONNX http://www.connx.com/products/rms.html - Don Braffitt
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.