Re: Simple DBMS in VB
- From: billsahiker@xxxxxxxxx
- Date: 8 Feb 2007 18:07:06 -0800
On Feb 8, 1:47 pm, "Steve" <sredm...@xxxxxxxxxx> wrote:
Hello all,Look into ADO disconnected recordsets. They give you the power and
ease of use as a regular recordset, but you can store and retrieve
from a text file.
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.
Thanks,
Steve
.
- 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: Format currency
- Next by Date: Re: Writting VBA Code to read an XML file
- Previous by thread: Simple DBMS in VB
- Next by thread: Re: Simple DBMS in VB
- Index(es):
Relevant Pages
|