[EMAIL PROTECTED] wrote:
> It is amazin' what one learns when one RTFM!! Now I have a few more
> questions perhaps not altogether the most intelligent. 1. Am I correct
> in thinking that if I wanted to create a form or template I would use
> either html or .txt document format with embedded rebol script?
Whatever you like, Petra. As html and txt are both plain text, you can
decide about the aproach. Or you can store your template in XML format. With
REBOL, you can parse it
>2. The manual suggests that a block be used for a simple database. i.e.
url
> addr book. However, how would I access an SQL database? i.e. Access.
That's the problem right now. As for the Access, I think upcoming
REBOL/Command should fulfill your requirements. It should support ODBC, and
AFAIK, ODBC driver for Access is available. There are also some versions
with various database systems direct support planned. We will see ...
-pekr-