![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Is there an SQL statement that can change the password of an existing user? My users don't have the access to use the Connect to... statement. Thanks FBT. |
#2
| |||
| |||
|
|
Users can change their password from the GUI (Configuration Assistant in v8, was called the Client Configuration Assistant in v7). For what it's worth, CONNECT is considered an SQL statement (it's in the SQL Reference manual). FBT wrote: Is there an SQL statement that can change the password of an existing user? My users don't have the access to use the Connect to... statement. Thanks FBT. |
#3
| |||
| |||
|
|
Blair Adamache <badamache (AT) 2muchspam (DOT) yahoo.com> wrote Users can change their password from the GUI (Configuration Assistant in v8, was called the Client Configuration Assistant in v7). For what it's worth, CONNECT is considered an SQL statement (it's in the SQL Reference manual). FBT wrote: Is there an SQL statement that can change the password of an existing user? My users don't have the access to use the Connect to... statement. Thanks FBT. There is a statement in SQL Server that goes: Alter User [UserName] identified by [NewPassword] Is there an equal one in DB2? Thanks FBT. |
#4
| |||
| |||
|
|
Users do not exist in DB2. Now there's a quote if I ever saw one :-P Guess it's one of those "Close your eyes and imagine it" kind of things |
#5
| |||
| |||
|
|
Only two types of salespeople call their customers "users" - drug dealers and software vendors. |
#6
| |||
| |||
|
|
Blair Adamache <badamache (AT) 2muchspam (DOT) yahoo.com> wrote Users can change their password from the GUI (Configuration Assistant in v8, was called the Client Configuration Assistant in v7). For what it's worth, CONNECT is considered an SQL statement (it's in the SQL Reference manual). FBT wrote: Is there an SQL statement that can change the password of an existing user? My users don't have the access to use the Connect to... statement. Thanks FBT. There is a statement in SQL Server that goes: Alter User [UserName] identified by [NewPassword] Is there an equal one in DB2? Thanks FBT. |
![]() |
| Thread Tools | |
| Display Modes | |
| |