OpenVMS Hobbyist License Question

From: ajp166 <ajp166_at_bellatlantic.net>
Date: Fri Oct 27 20:28:08 2000

From: healyzh_at_aracnet.com <healyzh_at_aracnet.com>

>
>So.... If I'm understanding correctly this will allow me to a Database?
>What databases does this work with? Is this for RDB or what? This is
>sounding like it's exactly what I've been wanting!


Well I use interbase under NT at work to provide SQL services for
databases
that the user can query. SQL is the database, it is RDB. SQL also
stands
for structured query language.

Datasource: Web SQL
Username: sa
Template: query.htx
SQLStatement:
    SELECT FirstName, LastName
    FROM Guests
    WHERE FirstName like '%FirstName%'
        and LastName like '%LastName%'

Whats cute about this is the answer can be served out as html pages.


Allison
Received on Fri Oct 27 2000 - 20:28:08 BST

This archive was generated by hypermail 2.3.0 : Fri Oct 10 2014 - 23:33:18 BST