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
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
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: