lazy method for recordset outputting

lazy method for recordset outputting

am 24.10.2006 02:07:04 von matt hallam

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

am 24.10.2006 09:39:04 von Mike Brind

"matt hallam" wrote in message
news:453d5958$0$1386$da0feed9@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

am 24.10.2006 11:09:02 von reb01501

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

am 26.10.2006 01:35:13 von mattahorn

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