here's the code for login.asp:
<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="Connections/hacheys.asp" -->
<%
Dim rsLogin
Dim rsLogin_numRows
Set rsLogin = Server.CreateObject("ADODB.Recordset")
rsLogin.ActiveConnection = MM_hacheys_STRING
rsLogin.Source = "SELECT * FROM tblUsers"...
Hi, I'm trying to develop a company intranet using iis and asp. When I try to view my page, I get the following error:
----
Microsoft VBScript compilation error '800a0400'
Expected statement
/iisHelp/common/500-100.asp, line 356
& Server.URLEncode(objASPError.Category) & _...
Hi, I'm trying to insert a record (news item) to the database from a form. I am getting a 80040e14 error, as follows:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.
/french/admin_add_science2.asp...
Hello all:
I have a link on a page that uses some Javascript, and I am trying to make the link launch a page in a new window. The Java makes it so that a form checkbox needs to be selected before proceeding. Right now it is launching a file on the site, but I cannot get a new link using a...
Thansk for the info turkbear, I have tried that (to the best of my knowledge)
got another error, so I'm not sure if I'm doing as you suggested, here's the new code:
If (Not MM_abortEdit) Then
' execute the insert
Set MM_editCmd = Server.CreateObject("ADODB.Command")...
I'm getting the following error message for my asp page.
"Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.
/test/admin_add_news.asp, line 115"
here is the code:
<%
' *** Insert Record: construct a...
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.