|
-
Using ADO to Read and Parse a Text File - April 2002 Tip-Of-The-Month
This month's tip shows how to use ADO to read and parse a text file. From
the tip's intro:
ADO [Active Data Objects] can be used to read a variety of file formats. I
have used it to read and parse a CSV or fixed width format text file. ADO
reads and parses the file into a recordset. When I first needed to parse a
text file I tried various routines - some provided via other users - and
none seemed satisfactory. So I did some research and discovered that ADO
will perform the task. I've revisited the code, wrote a demo program and
made this the April 2002 tip-of-the-month.
To view the tip, link to:
http://www.buygold.net/tips
then look for this month's tip.
Cheers,
Larry Rebich
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks