If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Hi,
I want to detect the expired password and change them via showcase ODBC for DB2 database.
I am connecting to the db2 database via ODBC through VB program.
Any help will be greatly appreciated.
Thnx.
I had that same problem in the past with my customers, because the changed
periodically their passwords (wich is a good practice).
This is not a formal solution to your question, but is a workaround that might help you.
1) Create a new user in the customer's system i.e.: USRMYAPP.
2) assign a password to this user with the option "never expire"
3) Grant all the required rights to these user in the databases of
the application.
4) Use this new user in your ODBC strings in your apps.
I have done it this way and never had that problem again.