David Jondreau Posted November 13, 2008 Posted November 13, 2008 This may be one of those common practices that I just 'discovered' on my own, but I am having very good luck using separate files when converting a flat file to a relational one. I've never liked clogging up my development file with import tables, TOs, layouts, and scripts. But only recently have I discovered I don't have to. I started simply building all my importing routines in a separate "Interface/Import" file and (so far) it works wonderfully. Any one else doing this?
Recommended Posts