|
|
Archives of the TeradataForum
Message Posted: Mon, 14 Aug 2006 @ 14:39:26 GMT
Subj: | | Re: Password expiry with ODBC driver / Error Running Queries using JDBC driver |
|
From: | | Dempsey, Mike |
With ODBC, if you use the SQLDriverConnect() API the driver itself is in control of the logon. It will request the initial user input
(Datasource, Username and Password, etc) and then automatically prompt for a new password if the old one has expired.
(After the function returns you can look at the connection string to find the password - but it will be the new password at that point.)
Mike Dempsey
Teradata Client Tools
| |