Re: Simple DBMS in VB

Tech-Archive recommends: Fix windows errors by optimizing your registry



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


.



Relevant Pages

  • Re: Simple DBMS in VB
    ... Look into ADO disconnected recordsets. ... I do not want anything fancy just a simple engine that would ... store and retrieve data to a single disk file. ...
    (microsoft.public.vb.general.discussion)
  • Re: Newbie help
    ... think I can probably get what I need using SQL Server (the ... > To efficiently store and retrieve data for your needs, ... You only store changed values (as ...
    (microsoft.public.sqlserver.programming)
  • Re: Simulink store/retrieve values during simulation
    ... Is there really no way that you can store and retrieve data values during a simulink simulation like you can do with a written loop in an standard m-file? ... or in the signal processing blockset look at the buffer or delay line blocks. ...
    (comp.soft-sys.matlab)
  • C#, ADO.NET and MS-SQL
    ... 1.Enter/Select Ledger ... retrieve matching Ledgers. ... Store all Supplier details - not practical? ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Storing large number of values in 2D array
    ... array.How can I store them and retrieve them later? ... Some sort of sparse array representation is just about mandatory. ...
    (comp.lang.c)