Author |
Topic  |
|
egemini
Starting Member
Sweden
31 Posts |
Posted - 19 February 2001 : 14:39:46
|
I get the first listings of all forums when entering default.asp but when I click on "Testing forums" I get following error message:
Microsoft VBScript runtime error '800a01bd'
Object doesn't support this action
/forum/forum.asp, line 179
Why is that? Appreciates your help!
Edited by - egemini on 09 March 2001 12:55:27 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 19 February 2001 : 14:44:30
|
Line 179 is rs.cachesize=20.
You can try commenting it out and see if that helps. To comment it out, put a ' in front of the code, like this:'rs.cachesize=20
*----*----*----*----*----*----*----*----* "Even when you feel you have nothing left, You still have prayer--And that's enough." *----*----*----*----*----*----*----*----* |
 |
|
egemini
Starting Member
Sweden
31 Posts |
Posted - 19 February 2001 : 15:08:22
|
quote:
Line 179 is rs.cachesize=20.
You can try commenting it out and see if that helps. To comment it out, put a ' in front of the code, like this:'rs.cachesize=20
*----*----*----*----*----*----*----*----* "Even when you feel you have nothing left, You still have prayer--And that's enough." *----*----*----*----*----*----*----*----*
Thanks, it worked! Though I have to do it in all asp pages that have this line...
|
 |
|
gor
Retired Admin
    
Netherlands
5511 Posts |
Posted - 19 February 2001 : 15:41:19
|
what database are you using ? and what connection (Jet / ODBC / ....) ?
Pierre |
 |
|
egemini
Starting Member
Sweden
31 Posts |
Posted - 19 February 2001 : 16:38:08
|
quote:
what database are you using ? and what connection (Jet / ODBC / ....) ?
Pierre
I'm using access database with DSN connection
|
 |
|
gor
Retired Admin
    
Netherlands
5511 Posts |
Posted - 19 February 2001 : 16:53:30
|
Strange, because rs.cachesize should be a supported property for Access and ODBC
Pierre |
 |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 19 February 2001 : 16:59:21
|
quote:
This error occurs when Microsoft Data Access Component (MDAC) version 2.1 SP2 is installed on the computer and a JET OLEDB provider has been used to create the ADO connection.
|
 |
|
egemini
Starting Member
Sweden
31 Posts |
Posted - 09 March 2001 : 12:54:24
|
This sucks!
http://www.chilisoft.com/caspdoc/30html/Ch09-ADO-71.htm
My host is using a Unix server for the webpages and a Windows 2000 server for the access database and I link them together with a DSN connection. So, it seemes that the Snitz forum isn't fully compatible with Unix! :-(
Edited by - egemini on 10 March 2001 04:42:12 |
 |
|
gor
Retired Admin
    
Netherlands
5511 Posts |
Posted - 10 March 2001 : 04:56:35
|
Well, there is no way for us to know what needs to be changed using your configuration since it never has been tested on that. It has been tested using Chili!Asp + MySql, I don't have Chili!Asp + ODBC + Access available for testing.
But removing all the CacheSize lines in the files should fix it for you and the forum should work without a problem if you remove them.
Let me know if you run into more problem using Chili!Asp + ODBC + Access.
Pierre |
 |
|
|
Topic  |
|