Hi,
How can I connect to the server using this username and password
db2 connect to sample user db2sample using !xnntsample
Do i have to escape the "!" character, if I would how?
Regards,
db2guy
nek - 29 Oct 2004 01:51 GMT
This works for me:
(1) If run at DB2 CLP as it is: db2 connect to sample user db2sample
using \"!xnntsample\"
(2) If run at DB2 CLP via a script: db2 -tvf connect.txt
Where connect.txt contains:
db2 connect to sample user db2sample using "!xnntsample" (No
backslash)
Regards,
> Hi,
>
[quoted text clipped - 6 lines]
> Regards,
> db2guy