client side html dynamic table creation
- From: "JAG" <mleonard@xxxxxxxxxxxx>
- Date: 3 Aug 2006 10:37:06 -0700
I want to display and update records from a SQL query through an html
table in IE, all without a server. I'm using a 'simple' MSI database
with 1 table and 5 int and 1 char columns So far, I only see a need to
use SELECT and UPDATE. The database will hold no more than 1,000
records, and wouldn't allow new records to be created (only existing
records can be changed).
The db connection in the HTA page is specified as:
Dim Installer
Set Installer = CreateObject("WindowsInstaller.Installer")
Dim Database
Set Database = Installer.OpenDatabase("bldgcondrpt.msi", 1)
My query returns all records with matching values in one of the columns
and now I would like to present the results in an html table, where 4
of the columns would allow changing field values.
My initial thought was to use an array-based html table, and UPDATE
appropriate records but I've found nothing that doesn't involve either
ASP, PHP, CGI, etc.
Having spent most of the week researching this, I'm beginning to wonder
if it's even possible now. I got the idea to use MSI from this website:
www.jsware.net.
1. Is it possible to dynamically generate an html table from a
query/array, client side?
2. If #1 is possible, can changes be made to resulting fields and the
db updated with the changes?
Thanks in advance and looking forward to thoughts on this idea.
.
- Follow-Ups:
- Re: client side html dynamic table creation
- From: mayayana
- Re: client side html dynamic table creation
- From: Jim
- Re: client side html dynamic table creation
- Prev by Date: script for enumerating local groups
- Next by Date: NAS Server disk space help
- Previous by thread: script for enumerating local groups
- Next by thread: Re: client side html dynamic table creation
- Index(es):
Relevant Pages
|
Loading