sbai
New Member

Morocco
71 Posts |
Posted - 06 February 2010 : 07:48:55
|
code strsql :
'################ Poll Mod ################## if Request.Form("PollAuth") <> "" then strSql = strSql & ", " & chkString(Request.Form("PollAuth"),"SQLString") else strSql = strSql & ", 0 " end if '############################################ strSql = strSql & ", " & ChkString(Request.Form("DefaultDays"), "SQLString") strSql = strSql & ", " & ChkString(Request.Form("ForumCntMPosts"), "SQLString") strSql = strSql & ")"
my_Conn.Execute (strSql),,adCmdText + adExecuteNoRecords |
 |
|