-1

I need to import a column from excel sheet into a Sybase ASE table. The column is a varchar value.

Could you please help me with a solution?

/Niraj

1 Answers1

0

Export the data into a CSV file, and import it into the database using the BCP utility.

More on how to use the BCP utility can be found here:

Sybase ASE Docs - BCP Utility

Mike Gardner
  • 6,611
  • 5
  • 24
  • 34