index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard v2 |
| |||||||
Mar 27 2009, 1:04 PM |
| ||||||
alps 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] |