Results 1 to 2 of 2

Thread: general question

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2001
    Location
    New Jersey
    Posts
    4

    general question

    I wrote a custom database system for a customer almost 13 years ago using compiled basic (Quickbasic). The system still works fine and occasionally I do modifications to it, however I am looking at re-writing it all in QB. Most of the data files are small enough that I used simple sequential reads, but the master inventory file (92,000 records) uses a binary search routine. My question is this...

    Should I continue to use random access files (there are lots of superceded parts that point to other parts using their record number), or should I import all the data into access format, or dbase format, or what??

    Sorry the question is so vague.. but before I start putting in lots of hours I would like to hear some input from people who know what they are doing.

    BTW I have only dabbled in QB... but with basic (sort of like latin, a dead language) I was very proficient.

    Thanks in advance for your input!

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    So are you going to redo the program in Visual Basic or QBasic?
    I don't know much about QBasic's database capabilities, but if you are redoing it in VB then I would say definately switch to a database. You'll find things much easier.

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