index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard (version 1)
search this forum:
:: HTTP 500 - Internal server error ::    show all messagesPost a New Message | Post a Reply
Dec 30 2003, 9:42 AM
 Re: HTTP 500 - Internal server error Post a Reply
 garrettpk

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

since: Dec 29, 2003
from: Wisconsin

Here is the error I get........

AspWebSolution error '800a01a8'

Object required

/asp-report/default.asp, line 3
*******************************************************

This is my default.asp page

<%
Dim objReport, strConnectionString
Set objReport = Server.CreateObject("AspWebSolution.ReportWizard")

'SQL Server connection string
strConnectionString = "Provider=MSDASQL;Driver={SQL Server};Server=gkrueger;Database=Northwind;User ID=sa;Password=password;"


'NOTE: You must call the Init procedure before adding any HTML Tags/Text into your page
objReport.Init(strConnectionString)

%>

<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <title>test</title>
</head>
<body>
<h1>this is my report</h1>
<%
objReport.DisplayReports
Set objReport = Nothing
%>
</body>
</html>

***********************************

Any help with this is greatly appreciated...

Pages: (1)   [1]

search this forum: