cancel
Showing results for 
Search instead for 
Did you mean: 

Import Excel File to Sybase Database Table

06-15-2012 5:31 AM
11840 views 9 comments
SAP Managed Tags
Subscribe

I have to import excel file in sybase database table. I have googled this, but i can't import file on the table.

Please anyone can help me. You can reply me on following email id:- [email protected]

Accepted Solutions (0)

Answers (2)

Answers (2)

VolkerBarth
Contributor

You may have a look at that FAQ for an "programmable solution".

For a manual import, you might choose the "Import Wizard" in Interactive SQL.

Former Member
0 Likes

i want to import a text file in an existing table how can i import it using this import tab in sybase as it is giving an error of having primary key as my records in text file have records with same primary key value with different data in other records can anyone help me ?? as soon as possible

thomas_duemesnil
Participant
0 Likes

Import you stuff in a temporary table and create a procedure/script that takes care of your duplicate primary key problem. You can not expect from a import engine to solve this for you.

HTH

Breck_Carter
Participant
0 Likes

@anonymous: Please post a new question as a question, not an answer to an existing question... use the "ask a question" button.