I get this error when I try to go to admin_poll.asp after installing the Poll Mod Version: 2.0.7, I am running 3.4.04
Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters.
/forum2/admin_poll.asp, line 152
These are the lines from my admin_poll.asp
151: set rs = Server.CreateObject("ADODB.Recordset")
152: rs.open strSql, my_Conn, adOpenForwardOnly, adLockReadOnly, adCmdText
This is my admin_poll.asp file in text format.
http://www.flyingtigerscfsg.com/admin_poll.txt