HTA file - display data from DB records in table like ASP - how?



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
.



Relevant Pages

  • Re: HTML and ASP scripting.
    ... Is ASP locked down on your web server? ... to display data in columns). ... more HTML that just displays a form.... ... This email account is my spam trap so I ...
    (microsoft.public.scripting.vbscript)
  • Re: Need ASP help!!!!
    ... I am trying to use ASP in html to retrieve and display data from an MS ... Access database. ...
    (microsoft.public.inetserver.asp.db)
  • Re: HTML and ASP scripting.
    ... renaming it to .ASP fixed it. ... to display data in columns). ... more HTML that just displays a form.... ... This email account is my spam trap so I ...
    (microsoft.public.scripting.vbscript)
  • How can display data from Master & child table?
    ... I have created a Master Table for Department And a Child Table for ... employees.Also created a Master-Child Relationship. ... But I don't know to display data from both table simultaneousy on asp ...
    (microsoft.public.dotnet.framework.aspnet)