index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard v2 |
| |||||||
Nov 28 2005, 2:03 PM |
| ||||||
Zeogel![]() ![]() since: Nov 28, 2005 from: somewhere | Hi I am tring to connect my get the ASP Report Wizard to work. I am curently getting this error: Errors Occured! Error #:-2147467259 Unspecified error From reading the forums it looks like a connection issue. I am using it on a Company Intranet and tring to connnect to an Access database. this is the code i am using objWiz.Init("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=Y:\database.mdb;") Can you please give me some insight on this problem. Thank You | ||||||
Nov 29 2005, 8:05 AM |
| ||||||
ghost![]() ![]() ![]() from: Washington, DC | This error could be caused by your database (MDAC) or non-database (ASP) related issue. The first thing to do is make sure that your database connection is working. To do that, run the sample code below in a blank ASP page on your server. Let me know if you get any errors ------------------------- Ghost | ||||||
Pages: (1) [1] |