Removing unnecessary DSN=myodbc3 lines from conf files
[csql.git] / test / tools / csql / test023.ksh
blob6fca03b580b9e7daa223d0b8d287ad810954d1ec
1 #!/bin/sh
2 # Test Case
3 # check shortint data type
5 QUITFILE=${PWD}/tools/csql/quit.sql
6 REL_PATH=.
7 if [ -s "$QUITFILE" ]
8 then
9 REL_PATH=`pwd`/tools/csql
12 $CSQL_INSTALL_ROOT/bin/csql -u root -p manager -s ${REL_PATH}/datatype3.sql
13 if [ $? -ne 0 ]
14 then
15 exit 1;