thanks guys, after i posted i messed around with the code a little bit. This seems to work:
rsToday.open "SELECT Date FROM Messages WHERE ForumID = " & rsForums("ForumID") & " AND DateDiff('d', #" & DateTime & "#, Date) = 0",Conn,adopenstatic
why, i'll...
Lo... I get the following error:
=================================================
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
=================================================
On this code:
=================================================
DateTime =...
This exact same insert string has worked before, but now when I try to insert a record into a MS Access database, the script returns the error:
------------------------------------------------------------
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC...
'Lo there...
I'm coding my forum script at http://www20.brinkster.com/mattfest/forum/index.html but i'm stuck...
I'm trying to make it show the 100 most recent posts, and anything after that, on different pages... each 100 posts long... an example is at http://forums.planethalflife.com at the...
Can anyone help me figure out how to archive my forum system, like the one in this forum? With different pages? http://www20.brinkster.com/mattfest/forum/index.html
i have no clue how I'm gonna do this
Ok, I'm trying to control a two-framed page using two different Request.QueryStrings... Here's my page:
<%
rsFrame ("ForumID") = Request.QueryString("ForumID")
rsFrame ("MessageID") = Request.QueryString("MessageID")
IF...
Hi there. I'm writing a forum program (http://www20.brinkster.com/lith2/index.html), and I'm trying to figure out how to only display 100 posts on a page, and then have archived pages, for older posts... I have no clue where to begin, can anyone help me? Thanks!
i'm tring to make it so that that tags don't work... if you type "<b>", it shows up as being bold.. i just want it to show up as "<b>"...
Hi, I have a forum system I am working on (beta is at http://www20.brinkster.com/lith2/index.html), and I need to disable the use of HTML in the form fields, because it's being abused... Can someone help me? Thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.