Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Error on voting ...
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

nathansym
Junior Member

163 Posts

Posted - 15 August 2002 :  15:59:23  Show Profile  Visit nathansym's Homepage  Send nathansym an AOL message
When I try to vote in a poll on my site I get the following error ....

----------------------------------------
Microsoft JET Database Engine error '80040e57'

The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data.

/topic.asp, line 431
----------------------------------------

Here is the ASP Code ......

----------------------------------------
if strWhoVotes = "members" then
if trim(mpoll) <> "" then
mpoll = mpoll & "|" & Topic_ID
else
mpoll = Topic_ID
end if

'## Forum_SQL -
strSql = "UPDATE " & strMemberTablePrefix & "MEMBERS "
strSql = strSql & " SET M_POLL = '" & mpoll & "'"
strSql = strSql & " WHERE MEMBER_ID = " & Request.Form("MEMBER_ID")

my_Conn.Execute (strSql) ' <==// Line 431 //==
----------------------------------------


I have checked the M_POLL field and it is set to accept 255 ....

Everyone else on the site can vote fine and I can view results but I cant vote ....

If I change it to a memo field will that mess up the POLL mod?
Will it even fix the problem?

Posted by ruirib: Please post all questions on implementation issues in the Help: MOD Implementation forum

- Thanks
- Nathan
- www.gunslackers.com

Edited by - ruirib on 15 August 2002 16:22:39

Rasco
Advanced Member

Germany
3192 Posts

Posted - 15 August 2002 :  16:19:08  Show Profile  Send Rasco an ICQ Message
There should be no harm with setting the M_Poll to memo. Try, if it gets fixed by it.

German Snitz Forum
Go to Top of Page

nathansym
Junior Member

163 Posts

Posted - 15 August 2002 :  16:29:02  Show Profile  Visit nathansym's Homepage  Send nathansym an AOL message
Cool that fixed it ... thanks!

Was hesitant to change it ....

- Thanks
- Nathan
- www.gunslackers.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.32 seconds. Powered By: Snitz Forums 2000 Version 3.4.07