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="VBSCRIPT" %>
<%
Set Conn =...
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="VBSCRIPT" %>
<%
Set...
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!
This is the area around line#38:
=======================
<%
strReplies = "SELECT messageid, subject, author, date FROM Messages WHERE Original = " & rsMessages("MessageID")
SET rsReplies = Conn.Execute(strReplies)
=======================
i'm not sure what you mean by...
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...
my indentations are fairly decent, I can understand it... But as far as I can see, all of my "End If"'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)
'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
^...
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.