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 Rhinorhino 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: *

  • Users: mattster
  • Content: Threads
  • Order by date
  1. 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?
  2. 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...
  3. 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!
  4. 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...
  5. 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