I have a csv texte file like this : ...SicID;PorID;FarId;Company;DecadeId;SocName;FarName
A1;A2;A3;A4;A5;A6;A7
B1;B2;B3;B4;B5;B6;B7
C1;C2;C3;C4;C5;C6;C7
...I want to use Bcp Sybase to import this file in my_table but only the SicID, PorID and SocName. So ...