Re: Using text file as input
If it's Field and Record Delimited, then you should have no problem using it as a DataSource, if using a DataControl, set the "Connect" property to "Text;" and the Database as the File path/Name, if ADO build a Connection string using a Text DSN to do the same thing. once this is doen you can treat the Data as a Recordset/Table:
Note..
Usually the First Record in the file is used as the Field Names, so you may need to insert a Line at the Beginning of the Text document.
Aaron Young
Analyst Programmer
[email protected]
[email protected]
Certified AllExperts Expert: http://www.allexperts.com/displayExp...p?Expert=11884