I am using bcp
utility to import data into Sybase
database on Solaris
system
Since the bcp file is generated by another xml pa
Sybase format files can be tricky to use, and I have yet to get them to work to redorder columns. Without a format file, and since you can not control the input file you're given, your options are:
bcp
in, and move the data into your production table from there.Given your data format, the following bcp
command line should work.
bcp DBNAME..TABLENAME in MY_FILE.bcp -U username -P password -S SERVERNAME -c -t\| -r\\n