index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: SQL Server error '80040e14' :: (1)Post a New Message | Post a Reply
Mar 27 2009, 1:04 PM
 SQL Server error '80040e14'Post a Reply
 alps

View this author's profile Send this author a private message

since: Mar 27, 2009
from: somewhere

I just installed ASP Report Wizard2.0 and followed the instructions to configure the report and rcvd the following error:
Microsoft OLE DB Provider for SQL Server error '80040e14'

Could not find stored procedure 'DisplayReports'.

/default.asp, line 15

Below is the code of my default.asp file...............

<%

Dim objconn
Set objconn = Server.CreateObject("AspWebSolution.ReportWizard2")
    
set objConn = server.createobject("ADODB.Connection")

objConn.open "Provider=SQLOLEDB.1;Password=123;Persist Security Info=True;User ID=sa;Initial Catalog=CTPMS"
    
'put this where you want your reports
objconn.DisplayReports
    
Set objconn = Nothing

%>

I am very new to ASP.

Thx.
Al.

Pages: (1)   [1]

search this forum: