Differentiate flat files for different tables. -
03-23-2005
, 09:24 AM
I have 4 different flat file struture in on
folder(_001.dat,_002.dat,_003.dat,_004.dat)each going to a seperate
table. Right now the logic below grabs all files. I want to be able to
filter on the file extension and send that to its own particular table.
Function Main()
' Declare FSO Related Variables
Dim sFolder
Dim fso
Dim fsoFolder
Dim fsoFilesCollection
Dim fsoFile
Dim sFileName
'Declare Variables
Dim oPKG
Dim oConnection
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it! |