HTA file - display data from DB records in table like ASP - how?
- From: Rich <Rich@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 19 Aug 2008 09:37:13 -0700
In ASP I can display data from database records in a table using something
like
....
<td><%response.write(rs("FirstName")%></td>
<td><%response.write(rs("Lastname")%></td>
....
(I forget - I haven't written asp in a while)
Anyway, now I need to do something similar in an HTA file. How do I display
the data in a table format like the asp?
Thanks,
Rich
.
- Follow-Ups:
- Prev by Date: Re: How to Randomize characters in a string
- Next by Date: Re: Nokia COM objects
- Previous by thread: How to Randomize characters in a string
- Next by thread: Re: HTA file - display data from DB records in table like ASP - how?
- Index(es):
Relevant Pages
|