DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

Results 1 to 3 of 3
  1. #1
    Dave Yuengert Guest

    Accessing indexed cobol .dat files


    Is there an efficient way for vb to access and update cobol generated .dat
    files?

  2. #2
    Bill Vaughn Guest

    Re: Accessing indexed cobol .dat files


    There are more ways than ever to manage files today. You can use simple Open
    /Get/Input operations, the FileSystem object or if you can find an ODBC or
    OLE DB driver/provider, use ADO to manage the files. The fact that these
    files were generated in COBOL should make no difference what-so-ever--even
    if they were encoded in EBDIC.

    bv

    "Dave Yuengert" <dyuengert@dodsongroup.com> wrote:
    >
    >Is there an efficient way for vb to access and update cobol generated .dat
    >files?



  3. #3
    EricMarts Guest

    Re: Accessing indexed cobol .dat files


    I am tackling the same issue, and attempting to open up the file
    using ADO (no connection), and using ? Provider

    Does anyone have and example..?

    Thanks

    Eric

    "Bill Vaughn" <billva@microsoft.com> wrote:
    >
    >There are more ways than ever to manage files today. You can use simple

    Open
    >/Get/Input operations, the FileSystem object or if you can find an ODBC

    or
    >OLE DB driver/provider, use ADO to manage the files. The fact that these
    >files were generated in COBOL should make no difference what-so-ever--even
    >if they were encoded in EBDIC.
    >
    >bv
    >
    >"Dave Yuengert" <dyuengert@dodsongroup.com> wrote:
    >>
    >>Is there an efficient way for vb to access and update cobol generated .dat
    >>files?

    >



Similar Threads

  1. ADODB: problem accessing dbf files!!!
    By MulaChula in forum VB Classic
    Replies: 4
    Last Post: 05-30-2005, 10:42 AM
  2. Accessing files on network share
    By Garfield69au in forum Java
    Replies: 2
    Last Post: 03-27-2005, 05:37 AM
  3. Replies: 1
    Last Post: 01-23-2002, 09:10 AM
  4. Replies: 0
    Last Post: 12-29-2001, 01:12 AM
  5. *.DAT files - what database
    By Mark in forum VB Classic
    Replies: 1
    Last Post: 05-04-2000, 11:36 AM

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