|
-
Accessing indexed cobol .dat files
Is there an efficient way for vb to access and update cobol generated .dat
files?
-
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?
-
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
-
By MulaChula in forum VB Classic
Replies: 4
Last Post: 05-30-2005, 10:42 AM
-
By Garfield69au in forum Java
Replies: 2
Last Post: 03-27-2005, 05:37 AM
-
By Simon Fisher in forum ASP.NET
Replies: 1
Last Post: 01-23-2002, 09:10 AM
-
Replies: 0
Last Post: 12-29-2001, 01:12 AM
-
By Mark in forum VB Classic
Replies: 1
Last Post: 05-04-2000, 11:36 AM
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