cancel
Showing results for 
Search instead for 
Did you mean: 
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]

View Entire Topic
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.