Re: Simple DBMS in VB
- From: erewhon@xxxxxxxxxx (J French)
- Date: Fri, 09 Feb 2007 13:23:28 GMT
On 8 Feb 2007 12:47:17 -0800, "Steve" <sredmyer@xxxxxxxxxx> wrote:
Hello all,
Purely as a learning experience I am thinking of writing a simple DBMS
in VB. I do not want anything fancy just a simple engine that would
store and retrieve data to a single disk file. The data should be
able to be relational (parent child relationships). The engine should
provide an object oriented interface (no SQL). Simply a DB object
that has child table object which inturn have columns and row etc.
I am just having a bit of difficulty in getting started. Can anyone
point me towards some resources or give me some insight into how to
create a simple DBMS.
First, don't call it a DBMS
- it is a multiply indexed Random Access storage system
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.
What you want to do is 'roll your own' data management system
.
- Follow-Ups:
- Re: Simple DBMS in VB
- From: Steve
- Re: Simple DBMS in VB
- References:
- Simple DBMS in VB
- From: Steve
- Simple DBMS in VB
- Prev by Date: Re: Simple DBMS in VB
- Next by Date: Is it possible to modify an applications toolbar right click context menu?
- Previous by thread: Re: Simple DBMS in VB
- Next by thread: Re: Simple DBMS in VB
- Index(es):
Relevant Pages
|