Page 1 of 1

Which method can be used to set the DB2 client information (workstation name, application name..) from a JDBC applicatio

Posted: Fri Aug 26, 2022 9:58 am
by answerhappygod
Which method can be used to set the DB2 client information (workstation name, application name..) from a JDBC application using a type 4 connection?

A. Using the java.sql.Connection.setClientlnfo method
B. Using the SET_CLIENT_ID option during RRS SIGNON
C. Using the SQL SET statement (eg. SET CURRENT CLIENT J/VRKSTNNAME = 'MYWS*)
D. Setting up a profile using the SPECIAL_REGISTER attribute in SYSIBM.DSNPROFILE ATTRIBUTES table