%
Dim rsBios
Dim rsBios_numRows
Set rsBios = Server.CreateObject("ADODB.Recordset")
rsBios.ActiveConnection = MM_ConnBush_STRING
rsBios.Source = "SELECT * FROM Bios ORDER BY BioOrder Asc, BioLastName ASC"
rsBios.CursorType = 0
rsBios.CursorLocation = 2
rsBios.LockType = 1
rsBios.Open()
rsBios_numRows = 0
rsBioFAQs_numRows = 0
%>
Bush's Brain - About the Filmmakers
|
|
|
About the Filmmakers
|
<% bioid = 0 %>
<% While not rsBios.EOF %>
<% If bioid <> 0 then %>
| |
<% End IF %>
<% If rsBios.Fields.Item("BioImage").Value <> "" then %>
"> |
 |
<% End If %>
<%=(rsBios.Fields.Item("BioFirstName").Value)%> <%=(rsBios.Fields.Item("BioLastName").Value)%> |
| <%=(rsBios.Fields.Item("BioText").Value)%> |
<% bioid = rsBios("BioID") %>
<% rsBios.MoveNext() %>
<% Wend %>
|
|
|