Hi ,
Has anyone worked on exit point PGM . I trying to write one small PGM for allowing ODBC connectivty to my Box from specific Ip address and Userid . When i do WRKREGINF i can see lot of exit point dont know which is used for ODBC connectivity . .
Any inputs are welcome .
Thanks ,
Bisht
Software/Hardware used:
AS/400
ASKED:
December 23, 2010 6:29 AM
UPDATED:
December 24, 2010 2:58 AM
Many ODBC and JDBC drivers, such as the iSeries Access ODBC driver, will be processed through the QIBM_QZDA_INIT, QIBM_QZDA_NDB1 and QIBM_QZDA_SQL1 or QIBM_QZDA_SQL2 exit points. The QIBM_QZDA_ROI1 exit point can also be called for some requests. (Some drivers will connect through other servers and be processed through other exit points. You need to run tests to know which exit points will be used in your environment.)
Tom