Results 1 to 5 of 5

Thread: vb

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2002
    Posts
    22

    vb

    hi expert..can i ask you to help me on something: how do you write an application to create two random acess binary files one with the team data(team, division, conference) one with the player data(name, jersey number, position, height, weight, birthdate, birthcity, birthcountry, teamid) the teamid of the player data will be used to look up the team information in the team data file.

    How do you also write an application to navigate the files created above. it will display all data for one player at a time. it will display dates similar to February 20, 2002. The height, 6'4". It has menus: file, exit, record, first, next, previous, last, find, find next, The find option will find the first recodrd where the the target string can be found in the player's name(case insensitive). the find next option will find the next matching record. No arrays are allowed to be used. all data remains on the disk except current record.

    Can you help me out here ..please? can you give me your e-mail so i can send you the application and the data file please? let me know..I really need your help. thank you!

    a sample data for example includes: idnumber, jersey, player, position, height, weight, birthdate, yearsinleague, birthtown, country, team, division, conference

    433,35,Mike Richter,G,5-11,185,22/09/1966,11,Abington,Pennsylvania,New York Rangers,Atlantic, Eastern

    please help!!
    Attached Files Attached Files

  2. #2
    Addicted Member
    Join Date
    Apr 2000
    Location
    England
    Posts
    246
    Do you have to use Random Access Files, Databases would be SO much easier.
    Some Days, i just get this feeling that i'm helping to write dozens of Viruses...

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    Nirces is so right about databases...

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Mar 2002
    Posts
    22

    vb

    can you help me with the code please. I hope you can send the code to me please? can you please help me i beg you to help me with the code..please??
    Attached Files Attached Files

  5. #5
    PowerPoster Arbiter's Avatar
    Join Date
    Sep 2000
    Location
    Manchester
    Posts
    2,276
    Hickory,

    I don't think anyone's going to do it for you unless they're really bored. The best thing is to do it yourself, that way you know for next time.

    If you don't want to use databases (which are probably the best way of doing it) then try and use binary files yourself and post here with specific problems.
    Gentile or Jew,
    O you who turn the wheel and look to windward,
    Consider Phlebas, who was once handsome and tall as you...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width