Convert text file to recordset
We've got a web server where text files are uploaded by the outside world, and I need to get the data in those files into my SQL tables. Can I code ColdFusion to convert the text files (which are on the same server as the web pages) to recordsets so I can have a SQL stored procedure import the data to my SQL tables? ![]()
