Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

databaseconnection

Status
Not open for further replies.

andreas57

Technical User
Sep 29, 2000
110
CH
i've got a table with domains und an other with email-adresses. there are sevrel email-adresses to one domain. how can i display them?


<b>Emailadressen:</b><br><br>

<table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot;>

<tr>
<td width=&quot;10%&quot; valign=&quot;top&quot;><!--mstheme--><font face=&quot;arial, Arial, Helvetica&quot;><font face=&quot;Arial&quot; size=&quot;1&quot;><br>
&nbsp;1.<br>
&nbsp;2.<br>
&nbsp;3.<br>
&nbsp;4.<br>
&nbsp;5.<br>
&nbsp;6.<br>
&nbsp;7.<br>
&nbsp;8.<br>
&nbsp;9.<br>
10.<br>
11.<br>
12.<br>
13.<br>
14.<br>
15.<br>
16.<br>
17.<br>
18.<br>
</td>

<td width=&quot;30%&quot; valign=&quot;top&quot;><!--mstheme--><font face=&quot;arial, Arial, Helvetica&quot;><font face=&quot;Arial&quot; size=&quot;1&quot;><strong>Email:</strong><br><br>
<font COLOR=&quot;#000000&quot;><%=Server.HTMLEncode(rs.Fields(&quot;email&quot;).Value & &quot;&quot;)%><br>
</td>

<td width=&quot;30%&quot; valign=&quot;top&quot;><!--mstheme--><font face=&quot;arial, Arial, Helvetica&quot;><font face=&quot;Arial&quot; size=&quot;1&quot;><strong>User:</strong><br><br>
<font COLOR=&quot;#000000&quot;><%=Server.HTMLEncode(rs.Fields(&quot;user&quot;).Value & &quot;&quot;)%><br>
</td>

<td width=&quot;30%&quot; valign=&quot;top&quot;><!--mstheme--><font face=&quot;arial, Arial, Helvetica&quot;><font face=&quot;Arial&quot; size=&quot;1&quot;><strong>Passwort:</strong><br><br>
<font COLOR=&quot;#000000&quot;><%=Server.HTMLEncode(rs.Fields(&quot;passwort&quot;).Value & &quot;&quot;)%><br>
</td></tr>

</table> [sig][/sig]
 
could somebody help me please? [sig][/sig]
 
i thought about puting a loop function in each row so it would jump 18 times forward to see if there is something.

something like this but it doesn't work:

do loop while i<19
i =0
rs.movenext
face=&quot;Arial&quot; size=&quot;1&quot;><strong>Passwort:</strong><br><br>
i=i+1
loop

is there another way to do it? [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top