index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard v2 |
| |||||||
Sep 6 2004, 1:08 PM |
| ||||||
csintern![]() ![]() from: Texas | Hi guys , having a little trouble. It keeps on giving me this error message on the default page. Not sure what the problem is. Errors Occured!! Access is denied. Reports file not found! Either the reports file is corrupted or has not been created. Click here to Create a new Reports file And it brings me back to this page when i try to click on anything. Here is my code for the default.asp page. <% Dim objWiz Set objWiz = Server.CreateObject("AspWebSolution.ReportWizard2") 'Make sure you initialize before adding any HTML text 'TODO: Change this to your actual connection tring objWiz.Init("dsn=sesdb;uid=dummy;pwd=dummy") 'put this where you want your reports objWiz.DisplayReports Set objWiz = Nothing %> I also tried changing the connection string but it gave me the same message this is the other connection string i iused. objWiz.Init("DRIVER={MySQL ODBC 3.51 Driver};DESC=;DATABASE=tst;SERVER=;UID=dummy;PASSWORD=dummy;PORT=;OPTION=0;STMT=;") Even with this connection string it gave me the same message. If anyone can help me out that would very greatly appreciated. Thanks a lot, cs intern. | ||||||
Sep 7 2004, 6:19 AM |
| ||||||
whichman![]() ![]() ![]() from: Laurel, MD | Check out this post http://www.aspwebsolution.com/forums/index.asp?tid=643&p=1#post645 ------------------------- Master of the Game | ||||||
Pages: (1) [1] |