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
 Syntax Error with Private Message mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 31 May 2002 :  16:56:01  Show Profile  Visit MaD2ko0l's Homepage
Hi all,
i got this error in members.asp and carnt figuare it out...can somone plz help me??

Microsoft JET Database Engine error '80040e14'

Syntax error (missing operator) in query expression 'FORUM_MEMBERS.M_DATE FORUM_MEMBERS.M_PMRECEIVE'.

/nbts1/members.asp, line 221


thats the error


end if

else 'end MySql specific code

Set rs = Server.CreateObject("ADODB.RecordSet")

rs.cachesize = strPageSize

rs.open strSql, my_conn, 3 <===========line 221

if not (rs.EOF or rs.BOF) then '## No members found in DB
rs.movefirst
rs.pagesize = strPageSize
maxPages = cint(rs.pageCount)
maxRecs = cint(rs.pageSize)
rs.absolutePage = myPage
maxpages = cint(rs.pagecount)
end if


any ideas???

thankx

MaD2ko0l

© 1999-2002 MaD2ko0l
-=[ Life Is So Easy When You Are Evil ]=-

Edited by - Davio on 31 May 2002 18:49:48

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 31 May 2002 :  17:05:38  Show Profile  Visit HuwR's Homepage
there is a comma missing after M_DATE

Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 31 May 2002 :  17:40:27  Show Profile  Visit MaD2ko0l's Homepage
thankx very much HuwR

© 1999-2002 MaD2ko0l
-=[ Life Is So Easy When You Are Evil ]=-
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.31 seconds. Powered By: Snitz Forums 2000 Version 3.4.07