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

    Microsoft VBScript compilation error '800a0400'

    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"...
  2. hutch80

    Microsoft VBScript compilation error '800a0400'

    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) & _...
  3. hutch80

    help trying to insert to database, getting error 80040e14

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

    link launch a page in a new window

     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...
  5. hutch80

    help with &quot;asp error 80040e14, Syntax error in INSERT INTO statement.&quot;

    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")...
  6. hutch80

    help with &quot;asp error 80040e14, Syntax error in INSERT INTO statement.&quot;

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

Part and Inventory Search

Back
Top