all groups > inetserver asp db > december 2005 >
You're in the

inetserver asp db

group:

quick response write question from a db


quick response write question from a db Kevin
12/13/2005 10:34:28 AM
inetserver asp db:
hi,

iis5, Access 2000 db

I am writing some values from one field to a page using response write and a
loop. Here's my code to do the write:

<%
Response.Write (rstRespond.Fields("eMail").Value & ";")
rstRespond.MoveNext
Loop
%>

This is successful, but it is returning the text in a column and I want it
to be one long string with each email addy separated by a semi-colon.

I've tried sticking it in a table cell with the NOWRAP parameter -- doesn't
work. I've tried searching the web a bit via google, but can't really seem
to locate any ideas on how to do it. Is it because it treats each record as
an auto linebreak?

Any suggestions would be appreciated.

Re: quick response write question from a db Kevin
12/13/2005 11:16:19 AM
worked ... you da man.

thanks a bundle Raymond


[quoted text, click to view]

Re: quick response write question from a db Raymond D'Anjou
12/13/2005 1:42:50 PM
[quoted text, click to view]

Google "getstring"
Here's one hit:
http://www.4guysfromrolla.com/webtech/121598-1.shtml

AddThis Social Bookmark Button