<% //www.hcstudios.com set conn=server.createobject("ADODB.connection") conn.ConnectionTimeout = 15 conn.CommandTimeout = 30 conn.Open "DBQ=" & Server.MapPath("/restricted/db/ISMSV.BOD.mdb") & ";Driver={Microsoft Access Driver (*.mdb)};DriverId=25;MaxBufferSize=8192;Threads=20;", "username", "password" sqlstr = "select * from Form" sqlstr = sqlstr & " order by ID" Set RS = Server.CreateObject("ADODB.Recordset") RS.Open sqlstr, conn, 3, 3 %> ISM - Silicon Valley, Inc. -- Institute for Supply Management
Home > Board of Directors

Board of Directors ISM - Silicon Valley, Inc.

These are your current board of directors.

<% While Not RS.EOF %> <% if NOT RS("Title") = "" then %> <%=RS("Title")%> <% end if %> <% if NOT RS("Term") = "" then %>, <%=RS("Term")%>
<% else %>
<% end if %> <% if NOT RS("Name") = "" then %> <%=RS("Name")%>
<% end if %> <% if NOT RS("Affiliation") = "" then %> <%=RS("Affiliation")%>
<% end if %> <% if NOT RS("Email") = "" then %> "><%=RS("Email")%> <% end if %>

<% RS.MoveNext %> <% Wend %> <% RS.Close conn.Close %>

San Jose State logo