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