Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

RE: DB2 in visual cobol

$
0
0

I do not understand the question.

Visual COBOL provides access to DB2 databases using a number of different methods depending on your requirements.

If you are creating a native application then you can use the DB2 External Compiler Module by setting the DB2 directive for your program. This also requires that you have the DB2 Application Development Client software installed and this is something that you get from IBM.

You can also access DB2 by using an ODBC driver (from IBM) in a native program using the directrive SQL(DBMAN=ODBC).

You can also access DB2 from a .NET managed program by using the DB2 ADO.NET Provider (from IBM) using the directive SQL(DBMAN=ADO).

You can also access DB2 from a JVM managed program by using the DB2 JDBC driver (from IBM) using the directive SQL(DBMAN=JDBC).

What type of application are you developing and what is it exactly that you are wishing to do?

Thanks.


Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>