Re: Simple DBMS in VB



On Feb 9, 8:23 am, erew...@xxxxxxxxxx (J French) wrote:

First, don't call it a DBMS
- it is a multiply indexed Random Access storage system
I have never heard this term before

If you know about Binary file access ( Seek etc ) then you are a long
way towards a Random Access system for Variable length chunks of data.
Yes, I am very familiar with binary file access in VB. The problem is
not in how to implement an idea (code) the problem is getting my mind
around the file structure required to accomplish the goal

What you want to do is 'roll your own' data management system
Yep, that is what I want...how is this not a DBMS (DataBase Management
System)?


.



Relevant Pages

  • Re: Simple DBMS in VB
    ... - it is a multiply indexed Random Access storage system ... way towards a Random Access system for Variable length chunks of data. ...
    (microsoft.public.vb.general.discussion)
  • Re: Simple DBMS in VB
    ... way towards a Random Access system for Variable length chunks of data. ... I am very familiar with binary file access in VB. ... I suppose it is also worth mentioning that the data management system ... It would simply be a single user data repository ...
    (microsoft.public.vb.general.discussion)
  • Re: A or AN before an abbreviation???
    ... A disk is random access because you can go ... System 4-70 has a variety of random access storage devices which enable it to meet the largest storage requirements. ... These devices include Replaceable Disc units with capacities of '7·25 million bytes, and Discfiles holding 350 or 700 million bytes. ...
    (alt.usage.english)

Loading