I found that MySQL provides a set of C API to establish and manipulate connection with MySQL Databases.
REF:
http://www.mysql.com/doc/en/C_API_fu..._overview.html
Also from COBOL we have the facility to interact with C through it's subroutine features. So we can create subroutines to the C API provided by MySQL.
I thought that there are some steps to be followed to create interface between MySQL and COBOL
- There should be some file (like .obj) to setup interface between COBOL and C.
- There should be some OS specific files (like .obj) provided by COBOL to initialize C run time.
- like wise we should have COBOL run time library
- OS supporting library file for COBOL.
I found that Library file given by MySQL for C API is 'mysqlclient.lib'.
Is any one approched in this way earlier than this please let me know what are all the additional requirements to establish connection between COBOL and MySQL.
thanks
apa.