Author |
Topic  |
|
tcharles
Starting Member
USA
24 Posts |
Posted - 12 July 2001 : 00:38:24
|
"Microsoft JET Database Engine error '80040e10' No value given for one or more required parameters. /forum/default.asp, line 183" comes up now, the basic forum used to work for me, tried to reinstall, without success. line #183 is " set rsForum = my_Conn.Execute (strSql)
I am stuck. Would appreciate guidence.
|
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 12 July 2001 : 11:58:23
|
Post a link to a txt version of your default.asp file, so i can take a look at it.
- David |
 |
|
tcharles
Starting Member
USA
24 Posts |
|
davemaxwell
Access 2000 Support Moderator
    
USA
3020 Posts |
Posted - 12 July 2001 : 14:22:27
|
I'm not Davio, but this line is what's causing you problems (line 173)
strSql = strSql & strTablePrefix & "FORUM.FimagesFORUMS, "
I'm not sure what you're trying to do here, so I can't tell you what it's supposed to be.....
Just FYI, when you get a specific line number on an SQL error, look at the SQL statement being built above it, because that's what is causing you problems.
Dave Maxwell -------------- Proud to be a "World Class" Knucklehead |
 |
|
tcharles
Starting Member
USA
24 Posts |
Posted - 12 July 2001 : 18:57:35
|
Thanks Davio & Dave. Realized my implementaion was so corrupted as to require complete, complete reinstallization. Works again now. The Snitz Forums and its community are the greatest. Its just beautiful. Thank you x 1000. Its a lock for now. Also now I can begin to work on getting my first star. Who knows some day ... more stars.
Edited by - tcharles on 12 July 2001 19:02:55 |
 |
|
|
Topic  |
|