Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. M4TT5T3R

    Too Few Parameters?

    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...
  2. M4TT5T3R

    Too Few Parameters?

    Lo... I get the following error: ================================================= [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1. ================================================= On this code: ================================================= DateTime =...
  3. M4TT5T3R

    INSERT INTO syntax error?

    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...
  4. M4TT5T3R

    Seperating my forum script into pages...

    '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...
  5. M4TT5T3R

    Forum Archiving

    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
  6. M4TT5T3R

    Using QueryStrings to control frames help

    Ok, I'm trying to control a two-framed page using two different Request.QueryStrings... Here's my page: <% rsFrame (&quot;ForumID&quot;) = Request.QueryString(&quot;ForumID&quot;) rsFrame (&quot;MessageID&quot;) = Request.QueryString(&quot;MessageID&quot;) IF...
  7. M4TT5T3R

    Forum Archiving

    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!
  8. M4TT5T3R

    How do I restrict HTML in a form field?

    it worked great.. thanks again!
  9. M4TT5T3R

    How do I restrict HTML in a form field?

    okay... i'll try that, thanks
  10. M4TT5T3R

    How do I restrict HTML in a form field?

    i'm tring to make it so that that tags don't work... if you type &quot;<b>&quot;, it shows up as being bold.. i just want it to show up as &quot;<b>&quot;...
  11. M4TT5T3R

    How do I restrict HTML in a form field?

    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!

Part and Inventory Search

Back
Top