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
matt hallam [ Di, 24 Oktober 2006 02:07 ] [ ID #1511777 ]

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
Mike Brind [ Di, 24 Oktober 2006 09:39 ] [ ID #1511778 ]

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"
reb01501 [ Di, 24 Oktober 2006 11:09 ] [ ID #1511779 ]

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
mattahorn [ Do, 26 Oktober 2006 01:35 ] [ ID #1514569 ]
Webserver » microsoft.public.inetserver.asp.db » lazy method for recordset outputting

Vorheriges Thema: ASP code using DLL from VB.NET
Nächstes Thema: ASP full-text search tutorial/example?