C:\Program Files\Sybase\SQL Anywhere 9\scripts>dbisql -c
"uid=dba;pwd=sql;dsn=bl
wmed" IF EXISTS (SELECT * FROM sys.sysviews WHERE viewname =
'v_cat_summary') TH
EN drop view group1.v_cat_summary; END IF;
Could not execute statement.
Authentication violation
SQLCODE=-98, ODBC 3 State="08001"
Line 1, column 1
IF EXISTS (SELECT * FROM sys.sysviews WHERE viewname = 'v_cat_summary')
THEN d
rop view group1.v_cat_summary; END IF
Press ENTER to continue...
If it is the version 5 product that is authenticated, you should
be able to unload that with the version 9.0.1 product [again
assuming that is not also authenticated]. Or visa versa.
"Chance" <cha...@booklog.com> wrote in message
news:41666134$1@forums-1-dub...