Removing unnecessary DSN=myodbc3 lines from conf files
[csql.git] / test / tools / csql / exp.test001.ksh
blob2abbedf179863d7d83633c282cf7aefb16797506
1 Case 1: With no option:
2 CSQL>Case 2: With ? option:
3 Usage: csql [-u username] [-p passwd] [-s sqlfile]
4 username -> username to connect to database
5 password -> password to connect to database
6 sqlfile -> filename containing sql statements
7 Case 3: With wrong username and wrong password :
8 failed
9 Case 4: With wrong username :
10 Failed
11 Case 5: With wrong password :
12 failed
13 Case 6: With correct user name and password :
14 CSQL>passed