Hello, Leo

What's Up

Today is: 5/5/2009 8:20:39 PM



BruceTroutman,
BrianBaker,
BrendaFisher,
Bonnieoshiro,
BrendaFisher,
BrianHayden,
BrendonJohnson,
BernieDenno,
BeverlyMooneyham,
BillBroglie,
BrianClark,
Brian Louderback ,
BeverlyKing,
BrianHayden,

 

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Hello</title>
</head>
<!--#INCLUDE FILE="inccreateconnectiondoc.asp"-->

<body>
<b><font size="4" color="#008000">Hello, Leo
</font></b>
<p>What's Up</p>
<p>Today is: <% =now()%></p>
<br><br>
<%
sql = "Select * from tperson where left(firstname,1) = 'B' "
Set rs = Conn.Execute(sql)
do while not rs.eof
response.write rs("firstname") + rs("lastname") +", <br>"
rs.movenext
loop

%>
<p>&nbsp;</p>
</body>

</html>