Hi,
I am working with Sybase Database and want to copy a table from a runing database in a file. I do it as follows:
dbisqlc -q -c "uid=dba;pwd=sql; dsn=DSN_ODBC_NAME"; select * from TABLE_1; output to c:\table_1.txt
It works properly. In case of a error(such as write protected drive) shows...