index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard (version 1) |
| |||||||
Dec 30 2003, 9:42 AM |
| ||||||
garrettpk![]() ![]() 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] |