Gomer Rush
Newbie
Points: 9
More actions
August 18, 2005 at 10:59 am
#69508
I'm having trouble figuring out how to import a file using DTS where the only constant is the extension *.dlt. The name can be anything. Please help if you have an answer.
jonas-160360
SSC Veteran
Points: 260
August 18, 2005 at 6:59 pm
#583374
maybe this could help:
if instr(fil.path,".dlt") > 0 then
'**** import this file***
else
'*** Check another file name ***
end if
Be carefull that ".dlt" is not used within the file path but in the filename only.
J
philcart
SSC-Forever
Points: 47796
August 19, 2005 at 2:48 am
#583442
Check the articles over at http://www.sqldts.com about changing the text file connection.
--------------------Colt 45 - the original point and click interface
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply