lazy method for recordset outputting
Hi, is there an easy method for outputting data into html data? something
along the lines of going through each recordset value name and then
outputting the recordset values?
it's late and i'm tired
cheers
Matt
Re: lazy method for recordset outputting
"matt hallam" <mattahorn [at] hotmail.com> wrote in message
news:453d5958$0$1386$da0feed9 [at] news.zen.co.uk...
> Hi, is there an easy method for outputting data into html data? something
> along the lines of going through each recordset value name and then
> outputting the recordset values?
Yes. http://www.w3schools.com/ado/ado_display.asp
--
Mike Brind
Re: lazy method for recordset outputting
matt hallam wrote:
> Hi, is there an easy method for outputting data into html data?
> something along the lines of going through each recordset value name
> and then outputting the recordset values?
> it's late and i'm tired
For the laziest, yet most efficient, technique, see the GetString technique
shown in this article:
http://www.aspfaq.com/show.asp?id=2467
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Re: lazy method for recordset outputting
thanks for the methods
matt
matt hallam wrote:
> Hi, is there an easy method for outputting data into html data? something
> along the lines of going through each recordset value name and then
> outputting the recordset values?
> it's late and i'm tired
> cheers
> Matt