Author |
Topic  |
|
SweSob
Starting Member
22 Posts |
Posted - 05 May 2001 : 17:58:21
|
When trying to edit Forum/Category Properties I get this error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 2.
/swesob/mboard/post.asp, line 480
I've uploaded post.asp several times, but it keeps giving me the same error. If someone has a clue, please fill me in.
|
|
SweSob
Starting Member
22 Posts |
Posted - 07 May 2001 : 11:55:09
|
Ohh well, seems like no one got a clue. I guess I'll need to live with that error, or something and hope for an improvement in the next version.
I upped the code to another server, fixed everything up and I still got the same error when trying to Edit Properties for Forums and Categories.
|
 |
|
Doug G
Support Moderator
    
USA
6493 Posts |
Posted - 07 May 2001 : 12:19:38
|
quote: I upped the code to another server, fixed everything up ...
Try uploading, change just the connection string information in config.asp and try. The forum code doesn't have the error you describe. What other 'fix-ups' did you do? You might review them.
The error indicates a problem with a SQL statment. What version are you using?
====== Doug G ====== |
 |
|
davemaxwell
Access 2000 Support Moderator
    
USA
3020 Posts |
Posted - 07 May 2001 : 13:15:38
|
quote:
/swesob/mboard/post.asp, line 480
What version are you using? Did you add anything to the code? What exactly is on line 480 (actually, what SQL statement is being executed on line 480?)
Dave Maxwell -------------- Proud to be a "World Class" Knucklehead |
 |
|
SweSob
Starting Member
22 Posts |
Posted - 07 May 2001 : 18:51:34
|
I'm using Snitz Forums 2000 Version 3.2 strDBType = "access" strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("/swesob/tools/snitz_forums_2000.mdb")
Everything else works just fine. I haven't alterd the code what so ever. Right now it's running on the original files. Only "altering" is to get it running. ;)
|
 |
|
SweSob
Starting Member
22 Posts |
Posted - 08 May 2001 : 09:20:02
|
When trying to edit Category I get an error on line 512. This is the code on line 512 and down:
'this is line 512 if strRqMethod = "Edit" or _ strRqMethod = "EditTopic" or _ strRqMethod = "Reply" or _ strRqMethod = "ReplyQuote" or _ strRqMethod = "TopicQuote" then %>
When trying to edit forums I get error on line 480. This si the code at line 480 and down:
case "Topic" 'this is line 480 btn = "Post New Topic" case "URL" btn = "Post New URL" case else btn = "Post" end select %>
I'm not sure what to do, don't have a clue what's going on.
|
 |
|
SweSob
Starting Member
22 Posts |
Posted - 08 May 2001 : 09:24:04
|
Noticed a typo. It's suppose to say Line 502 not 512.
So when I try to edit Categories I get an error on Line 502.
|
 |
|
HuwR
Forum Admin
    
United Kingdom
20601 Posts |
Posted - 08 May 2001 : 10:05:01
|
could you email me your post.asp, and do you have a url we could check, the error and the line numbers given do not tye up
|
 |
|
SweSob
Starting Member
22 Posts |
Posted - 09 May 2001 : 16:41:10
|
Thanks huw. I sent you an email from zilverztream@usa.net And I given you some further info.
Thanks again
Edited by - swesob on 09 May 2001 16:41:42 |
 |
|
|
Topic  |
|