can somebody tell me what is wrong with this code.. i am trying to get the count..

Dim rsMessages2
Set rsMessages2 = DB.Execute ("SELECT count(*) FROM Messages WHERE ForumID = " & ForumID)

Response.Write rsMessages2

the error is on the "Response.Write rsMessages2"

thanks
ren