Re: Elenco di file TXT da importare in tabella
Von: miciomao (audiotech@tiscali.it) [Profil]
Datum: 18.03.2009 11:10
Message-ID: <ef2ce7d5-13cb-45d2-956f-038d446a8483@q11g2000yqh.googlegroups.com>
Newsgroup: it.comp.appl.access
Datum: 18.03.2009 11:10
Message-ID: <ef2ce7d5-13cb-45d2-956f-038d446a8483@q11g2000yqh.googlegroups.com>
Newsgroup: it.comp.appl.access
Ciao dario io di solito faccio così creo un batch dos che unisca tutti i file di testo (questo è un'esempio) =========== cls if exist C:\PrefattPack\PacchettoPrefatt.txt del /f C:\PrefattPack \PacchettoPrefatt.txt for %%A in (C:\PrefattPack\*_SA*.txt) do ( type %%A >> C:\PrefattPack\PacchettoPrefatt.txt echo. C:\PrefattPack\PacchettoPrefatt.txt ) cls =========== Poi importo il pacchetto creato, in questo caso PacchettoPrefatt.txt Se segui questo metodo forse puoi tenerlo solo collegato il txt senza importarlo, certo avrai una tabella di sola lettura però Ciao Alex[ Auf dieses Posting antworten ]
