Results 1 to 5 of 5

Thread: What is File Handling in Visual Basic 6.0?

  1. #1
    Join Date
    Dec 2010
    Posts
    16

    What is File Handling in Visual Basic 6.0?

    Hello friends, I wanted to know what the File Handling in Visual Basic 6.0 is. I haven’t understood this topic and want to know as it in my syllabus. I am having a test next week and I don’t know anything about file handling in visual basic 6.0. so, if anyone having any information about file handling in visual 6.0 then please let me know as soon as possible.

  2. #2
    Join Date
    May 2009
    Posts
    527

    Re: What is File Handling in Visual Basic 6.0?

    Anything that is stored on a disk is given a unique name and is called a file. Data Files a data file consists of records which are a collection of fields. Also there is a record key or key field. All these terms are explained below. A. Field a field contains information of one of the attributes of an entity. For example, a student has attributes such as Name, Roll Number, Address, etc. Each of the attribute can be stored in a file as a separate field. B. Record A record is a collection of fields. Every entity has its own record.

  3. #3
    Join Date
    Apr 2009
    Posts
    488

    Re: What is File Handling in Visual Basic 6.0?

    Record Key or Key Field Data is stored in files in an organized manner. One of the fields which are an organizing factor is called the Record Key or the Key Field. For example, if the records are arranged by the Account No. then it is the Record Key. If the records are arranged alphabetically by the names then the Name field becomes the Key Field.

  4. #4
    Join Date
    May 2009
    Posts
    543

    Re: What is File Handling in Visual Basic 6.0?

    File Organizations is the manner in which data are organized, stored and retrieved is called file organization. Two common file organizations is the sequential files, the records are stored one after the other in sequence. All the records preceding the record you want to read must be compulsorily read. You cannot read an in-between record directly. Strings are enclosed in double quotation marks. Fields are separated by commas. Records are generally terminated by a carriage return character. An End-of-file mark is placed after the last record.

  5. #5
    Join Date
    May 2009
    Posts
    511

    Re: What is File Handling in Visual Basic 6.0?

    Every record in a random file is of the same size. Same fields in all records have the same size. In these files, records can be accessed in any order. Access speed is greater than that of sequential files. For example, a sequential file consisting the Name and Roll Number of three students. This is the perfect example of random file in visual basic 6.0.

Similar Threads

  1. Changing File Attributes Using Visual Basic 6.0
    By technika in forum Software Development
    Replies: 3
    Last Post: 17-11-2009, 12:19 PM
  2. Handling basic text file using Perl
    By Amie in forum Software Development
    Replies: 3
    Last Post: 06-11-2009, 11:37 PM
  3. How to create an .exe file in visual basic
    By kasha_i in forum Software Development
    Replies: 3
    Last Post: 21-04-2009, 11:53 PM
  4. Visual Basic 2005 or Visual Basic 6
    By Aasha in forum Software Development
    Replies: 5
    Last Post: 15-01-2009, 06:56 PM
  5. Reading .CSV file in Visual Basic
    By iMacRicky in forum Software Development
    Replies: 4
    Last Post: 15-01-2009, 06:18 PM

Tags for this Thread

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
  •  
Page generated in 1,713,878,575.63649 seconds with 17 queries