Results 1 to 2 of 2

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
    Hyperactive Member Scott Penner's Avatar
    Join Date
    Dec 2000
    Location
    Mountain View
    Posts
    327
    Your easiest solution may be to use ADO. There are some easy wizards to create ADO recordsets. From there it will be simple to store and retrieve the data.

    You can look it up in the help in Visual Studio. There may even be a sample application you can look at to get you started!
    -scott
    he he he

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