% OPTION EXPLICIT Response.Buffer = True %> <% Dim strTrue Dim strFalse If PollMentor_GetDatabaseType = "SQLServer" Then strTrue = "1" strFalse = "0" Else strTrue = "True" strFalse = "False" End If Dim oConn, oRS Set oConn = PollMentor_GetDatabaseConn() Set oRS = oConn.Execute("select * from " & Poll_GetTablePrefix() & "poll where active=" & strFalse) %>