DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

Results 1 to 2 of 2
  1. #1
    Larry Rebich Guest

    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





  2. #2
    Michael Cole Guest

    Re: Using ADO to Read and Parse a Text File - April 2002 Tip-Of-The-Month

    Larry,

    Just a note to say that Robert Smith's site, www.smithvoice.com, is also
    good for this sort of stuff. Direct link is
    http://www.baristaware.com/sv/vbfun.htm



    "Larry Rebich" <lrebich@earthlink.net> wrote in message
    news:3ca931af@10.1.10.29...
    > 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
    >
    >
    >
    >




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links