index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard v2 |
| |||||||
Jun 18 2010, 7:47 AM |
| ||||||
mjuni![]() ![]() since: Jun 18, 2010 from: Tanzania | hi ,I'm a asp beginner.am trying to use web solution but it keep giving me this error.can anybody help me please. Creating an instance of the COM component with CLSID {BDA1F6F5-FE3E-427B-9037-ADAD07D3A5DF} from the IClassFactory failed due to the following error: 800a000d. my code: <% Dim objWiz Dim sConnection objWiz = Server.CreateObject("AspWebSolution.ReportWizard2" // error appear here With objWiz .LicenseKey = "xxxx-xxxx-xxxx-xxxx-xxxx" .HiddenTables = "tblissues, tblElectricity, tblnotes, tblvendors" .HiddenFields = "ID" .DatabaseType = "MySQL" End With 'Set an active connection to the Connection object using a DSN-less connection sConnection = "DRIVER={MySQL ODBC 5.1 Driver}; SERVER=localhost; DATABASE=osmm;UID=xxxxx;PASSWORD=xxxxx; OPTION=3" objWiz.init(sConnection) | ||||||
Aug 9 2010, 6:40 AM |
| ||||||
ghost![]() ![]() ![]() from: Washington, DC | Make sure you have classic ASP enabled on the server ------------------------- Ghost | ||||||
Pages: (1) [1] |