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
 pm pager error
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

digmind
Junior Member

Greece
177 Posts

Posted - 04 June 2002 :  05:58:18  Show Profile  Send digmind a Yahoo! Message
I have the pm mod running smoothly, but when i added the pager part. i wanted to have a more instant pm system. i get this error

Error Type:
Microsoft JET Database Engine (0x80040E37)
The Microsoft Jet database engine cannot find the input table or query 'FORUM_ONLINE'. Make sure it exists and that its name is spelled correctly.
/ssite/aspforum/pm_pop_pager.asp, line 50

I added the db peices it asked for in the pm, and cna't figure out what's wrong.

this is what's in line 50
<%
' Get Guest count for display on Default.asp
set rsGuests = Server.CreateObject("ADODB.Recordset")

if strDBType = "access" then
strSqL = "SELECT count(UserID) AS [Guests] "
else
strSqL = "SELECT count(UserID) Guests "
end if
strSql = strSql & "FROM " & strTablePrefix & "ONLINE "
strSql = strSql & " WHERE Right(UserID, 5) = 'Guest' "

Set rsGuests = my_Conn.Execute(strSql) *LINE 50*
Guests = rsGuests("Guests")
strOnlineGuestsCount = rsGuests("Guests")
%>

thanks for the aid
DigMind



Thryle 7

digmind
Junior Member

Greece
177 Posts

Posted - 05 June 2002 :  05:41:18  Show Profile  Send digmind a Yahoo! Message
I am still runin into this error. any suggestions would be appreciated. the other problems i fixed, thanx HuwR for the aid there.





Thryle 7
Go to Top of Page

digmind
Junior Member

Greece
177 Posts

Posted - 06 June 2002 :  09:43:26  Show Profile  Send digmind a Yahoo! Message
Found my answer, didn't notice this the first time i searched, but now i know it and got it all fixed up.

Check this:
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=26291

DigMind



Thryle 7
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.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07