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. mattster

    HTTP-500 Error when posting

    i've narrowed the problem down to either my INSERT statement, or something with the database. Here's my post source, can you guys see anything wrong with it? ============================================================ <%@ LANGUAGE=&quot;VBSCRIPT&quot; %> <% Set Conn =...
  2. mattster

    HTTP-500 Error when posting

    Hi, on my forum system, I can't post messages that aren't REALLY short. I have no clue why... Can anyone give me a reason why it would be doing that?
  3. mattster

    line breaks aren't working

    hi, this is the post form action for my forum software... For some reason, when it posts the message, line breaks in the message don't show up.. it is all on one line. Here's the code: ============================================================ <%@ LANGUAGE=&quot;VBSCRIPT&quot; %> <% Set...
  4. mattster

    Autonumber in SQL

    I'm using MySQL... whatever the default is :T
  5. mattster

    Autonumber in SQL

    Hi, I want to make a certain column do something like autonumber (from MS Access)... I know i have to set the column to be the primary key, and set it to AUTO_INCREMENT, but I don't know how to do that.. can anyone help me out? Thanks in advance!
  6. mattster

    Confusing SQL Syntax Error

    thanks lynn, that worked :D
  7. mattster

    Confusing SQL Syntax Error

    I'm not using Access though, i'm using MySQL
  8. mattster

    Confusing SQL Syntax Error

    This is the area around line#38: ======================= <% strReplies = &quot;SELECT messageid, subject, author, date FROM Messages WHERE Original = &quot; & rsMessages(&quot;MessageID&quot;) SET rsReplies = Conn.Execute(strReplies) ======================= i'm not sure what you mean by...
  9. mattster

    Confusing SQL Syntax Error

    well i think the error is referring to my rsReplies thing. I don't see any &quot;s in there that I can see. So that's why it's so confusing to me
  10. mattster

    Confusing SQL Syntax Error

    I'm getting this error in my page: =========================== Microsoft OLE DB Provider for ODBC Drivers error '80040e09' [TCX][MyODBC]You have an error in your SQL syntax near '' at line 1 /forum/test5.asp, line 38 =========================== I really don't see any reason that there's...
  11. mattster

    &quot;Loop Without Do&quot;?

    my indentations are fairly decent, I can understand it... But as far as I can see, all of my &quot;End If&quot;'s are there... I can post the code, but do you just want the section I'm having problems with, or the whole file? (It's about 130 lines)
  12. mattster

    &quot;Loop Without Do&quot;?

    well, i have a loop inside a loop... is that a &quot;no-no&quot;?
  13. mattster

    &quot;Loop Without Do&quot;?

    tried it, and I get the same thing...
  14. mattster

    &quot;Loop Without Do&quot;?

    actually, my code doesn't look like that it's kind of like do while a <b 'code here loop
  15. mattster

    &quot;Loop Without Do&quot;?

    'Lo there... When running my ASP page, which should be working, I get this error: =========================================================== Microsoft VBScript compilation error '800a040e' 'loop' without 'do' /forum/test3.asp, line 112 Loop ^...

Part and Inventory Search

Back
Top