Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PASSWORD expired....

Status
Not open for further replies.

2009luca

Programmer
Jul 27, 2013
222
IT
I use this conn for Teradata:


Set CON = New ADODB.Connection
Set RS = New ADODB.Recordset

Set CON = New ADODB.Connection
CON.ConnectionString = "PROVIDER=MSDASQL;" & _
"DRIVER={Teradata};" & _
"DBCName=10.200.1.120;" & _
"DefaultDatabase=DATABASE;" & _
"UID=XXXXXXX;" & _
"PWD=Nove.2015;"
CON.Open

The passowrd expire each 30 days.

possible to set, automaticlly, a new password via vb6 code and the the connection CON?

Tks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top