Click to See Complete Forum and Search --> : input statement with Sybase


Scott Gines
03-22-2000, 12:53 PM
I am using a Sybase SQL Anywhere studio trying to do an input from an ascii
file. Has anyone performed this successfully? My statement is
INPUT INTO roster FROM test.txt FORMAT ASCII DELIMITED BY \\x09
and I get a
Syntax error or access violation: near 'INTO' in [INTO] roster FROM test....


Does this mean the command is not supported?

TIA