index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: Startup connection issue :: (3)Post a New Message | Post a Reply
Jun 25 2004, 4:04 PM
 Startup connection issuePost a Reply
 StarChip

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

from: somewhere

This is my first stab at any ASP program. This product really sounds like what I have been searching for. I loaded the program and created the default file:
<%

Dim objWiz
Set objWiz = Server.CreateObject("AspWebSolution.ReportWizard2")
    
'Make sure you initialize before adding any HTML text
'TODO: Change this to your actual connection string
objWiz.Init("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=C:\Documents and Settings\ADT\My Documents\Reports\data\Nwind.mdb;")
    
'put this where you want your reports
objWiz.DisplayReports
    
Set objWiz = Nothing

%>

I placed the nwind database in the folder listed. I made sure the reports folder default.asp is located in is read/writeable folder.

When I connect I am recieving a blank page.
I verified that ASP is working.
created the reports.xml file:

- <report_wizard version="2">
- <groups>
  <group id="" title="General Reports" />
  </groups>
  <reports />
  </report_wizard>

Still a blank page.....

Thank you in advanve for any help provided.

Also where is the best place to learn about connection strings. I need to connect to a Excel file.

Jun 26 2004, 4:37 AM
 Re: Startup connection issuePost a Reply
 ghost

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

from: Washington, DC

What kind of web server are you using?

We have some connection string samples listed in our tutorials section. Follow the link below
http://www.aspwebsolution.com/products/report%5Fwizard/t_conn.htm




-------------------------
Ghost
Jun 26 2004, 12:23 PM
 Re: Startup connection issuePost a Reply
 StarChip

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

from: somewhere

Abyss frm Aperlium. Handles ASP, CGI, MySQL, PHP etc.
Tests for ASP worked great.

Thank you for your time.

Pages: (1)   [1]

search this forum: