Solve The Problem

I am getting this error!
Microsoft OLE DB Provider for SQL Server error '80040e14'

Incorrect syntax near the keyword 'FROM'.

/forms/Start2.asp, line 65

Line 65 is:

Set ObjRS = Server.CreateObject("ADODB.Recordset")

View Replies


ADVERTISEMENT

Problem In IIS How Can Is Solve It

if there is any one that have a good background about the IIS i have a problem in the running , i don't have any error in my code and also the IIS is working but when i run the code i have the page that said that the page can not be displayed

View Replies View Related

Error 500 How Can I Solve It

I'm receiving an error 500 when trying to dsiplay an ASP page with IIS. Does anybody know what this message means.

View Replies View Related

SQL Connection Objconn Plz Tell Me How I Solve It?

I am trying to connect to an SQL database but I am getting an error saying
Server does not exist. I have not specified the Server it on because it is local
and I am not sure what I should put for the value of the Server property if I
do in fact have to have it.
Code:
var objConn, connStr
Set objConn = Server.CreateObject("ADODB.Connection") connStr = "DRIVER={SQL Server}; Database=OpenMSM; UID=sa; PWD=pass;"
objConn.Open(connStr)

View Replies View Related

Solve The Default Page

i using the iis on my comp as a server.if i dun have a index.html or default.html page in my directory then when i enter //localhost then all files will be shown.now i put a index.html page inside the directory.. it will open up the index page when i enter localhost.i wan to link a page from the index.html page to the main login page.how do i do it?

View Replies View Related

How To Solve Error ADODB.Recordset (0x800A0E78)

how to solve this error

ADODB.Recordset (0x800A0E78) Operation is not allowed when the object is closed.
/bank.asp, line 43

The exact code:

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved