TXT ou CSV vers une B.D Access sous vista
1 avant l'export ou l'importation créer un fichier \schema.ini là ou tu veux exporter ou Import... ton fichier
exemple:
le contenu du fichier schema .ini
[Authors.TXT]
ColNameHeader = True
CharacterSet = 1252
Format=Delimited(;)
Col01="Au_ID" Integer
Col11="Author" Char Width 50
Col21="Year Born" Short
[Authors.CSV]
ColNameHeader = True
CharacterSet = 1252
Format=Delimited(;)
Col01="Au_ID" Integer
Col11="Author" Char Width 50
Col21="Year Born" Short
Sur un fichier CSV nous avons bien les 3 champs de la table comme sur un fichier XLS:
[ Lien ]
mailto:paul_ablasou@yahoo.ca