From: healyzh(a)aracnet.com <healyzh(a)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