[REBOL] Easy to use Database function
From: etcha::gsat::net::au at: 26-Jul-2000 17:42
This is a multi-part message in MIME format.
------=_NextPart_000_0036_01BFF728.ED42E540
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I am building a web application server with rebol, and have had no reall problems up
until
now, that i want to implement a function I call pageid .... that is , a form can have
a page id
which is like A23-C0399 , the page id i then want to be the reference value , and i want
to
use a database type system to store the values. , is there a good function that anyone
has written
that allows easy adding, removal, modfication and retrieval of data from a rebol type
db .
this would be handy in the fact that i could
- use a form with a pageid to add a pageid
- use the function to easily add it to the database
- use the database to update the list page
- use the database to retreive if a pageid is present and if so retrive the pageid's
details.
the information the db needs to hold should be anything, especially one line sentences
and
strings.
any help would be muchly appreciated,
aden
------=_NextPart_000_0036_01BFF728.ED42E540
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2722.2800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#d0d4e0>
<DIV> </DIV>
<DIV><FONT size=2>I am building a web application server with rebol, and have
had no reall problems up until </FONT></DIV>
<DIV><FONT size=2>now, that i want to implement a function I call
pageid .... that is , a form can have a page id</FONT></DIV>
<DIV><FONT size=2>which is like A23-C0399 , the page id i then want to be the
reference value , and i want to </FONT></DIV>
<DIV><FONT size=2>use a database type system to store the values. , is there a
good function that anyone has written</FONT></DIV>
<DIV><FONT size=2>that allows easy adding, removal, modfication and retrieval of
data from a rebol type db .</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>this would be handy in the fact that i could </FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>- use a form with a pageid to add a
pageid</FONT></DIV>
<DIV><FONT size=2>- use the function to easily add it to the
database</FONT></DIV>
<DIV><FONT size=2>- use the database to update the list page</FONT></DIV>
<DIV><FONT size=2>- use the database to retreive if a pageid is present and
if so retrive the pageid's details.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>the information the db needs to hold should be anything,
especially one line sentences and </FONT></DIV>
<DIV><FONT size=2>strings.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>any help would be muchly appreciated,</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>aden</FONT></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV></BODY></HTML>
------=_NextPart_000_0036_01BFF728.ED42E540--