Quote:
|
Originally Posted by LD_Bronstein
It's been a while, but I recall that PowerBuilder allows complete CONNECT syntax in its VB-like language. I do not think that you will be prompted by ODBC if you specify both user ID and password on CONNECT.
|
Yes! you are right, I don't want to get into PB too much, but to be brief...PB has 'DBParm' which read from a .ini file that includes as optional UID and Pass. If I hard code these parameters, then Yes! it connects w/o the additional DB2 logon screen from ODBC.
But since login will be dynamic, and password changes frequently, logon screen will load all the parameters to 'sqlca' transaction object and pass to ODBC...it seems to capture all the parms (ID pass...etc), but still no go once calling ODBC...