Hello:
I am attempting to migrate a Micro Focus COBOL application that interfaces with a database using ODBC 3.0. (currently it uses ODBC 2.0). Several functions have been deprecated in the 3.0 version. I need sample code or pointers (code, books, web sites) that can help me use new functions like SQLConnectAttr, SQLAllocHandle, SQLBindParameter, etc. I have links to the format of these functions at the Microsoft MSDN site but need the COBOL usage/syntax for them.
I am attempting to migrate a Micro Focus COBOL application that interfaces with a database using ODBC 3.0. (currently it uses ODBC 2.0). Several functions have been deprecated in the 3.0 version. I need sample code or pointers (code, books, web sites) that can help me use new functions like SQLConnectAttr, SQLAllocHandle, SQLBindParameter, etc. I have links to the format of these functions at the Microsoft MSDN site but need the COBOL usage/syntax for them.