COBOL to SQL Server

梦想与她 提交于 2019-12-24 08:30:07

问题


Can anyone point me at a way to talk to SQL Server from Fujitsu COBOL? Event talking to COM / ActiveX would be a start.

Many Thanks

Neil


回答1:


A few years back I used a product called Transoft U/SQL which allowed SQL Server to connect to MicroFocus COBOL data on Solaris UNIX machines, as if it where a linked server.

Not sure if this fits your scenario, but maybe worth a look.

Kev




回答2:


Here is some information that could get you started in another direction. That is using ODBC to connect to SQL Server from COBOL.

http://www.easysoft.com/applications/micro-focus-cobol/server-express-openesql-odbc.html




回答3:


I know nothing practical about COBOL but..if you can use COM then maybe you could use ADO (msado15.dll) or does COBOL have OLE DB or ODBC drivers of its own. If so, you could use them. But ADO is certainly worth looking at if COM works, as it has a huge number of methods & properties



来源:https://stackoverflow.com/questions/898055/cobol-to-sql-server

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!