*** empty log message ***
[csql.git] / test / tools / csql / exp.test001.ksh
blobebb65c22066e23aa8416dc5c79cead115e28dd71
1 Case 1: With no option:
2 CSQL>quit;
3 Case 2: With ? option:
4 Usage: csql [ [-u username] [-p passwd] ] [ [-H hostname] [-P port] ]
5 [-s sqlfile]
6 username -> username to connect to database
7 password -> password to connect to database
8 hostname -> hostname to connect to database through network
9 port -> port no
10 sqlfile -> filename containing sql statements
11 Case 3: With wrong username and wrong password :
12 failed
13 Case 4: With wrong username :
14 Failed
15 Case 5: With wrong password :
16 failed
17 Case 6: With correct user name and password :
18 CSQL>quit;
19 passed