index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: installation problem with asp report ::    show all messagesPost a New Message | Post a Reply
Mar 15 2005, 5:47 AM
 Re: installation problem with asp reportPost a Reply
 whichman

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

from: Laurel, MD

This is the source code of my sample.asp file, and it works fine. It is the same as yours except for the database path.

<%
'Declare object
  Dim objWiz  
'Create an instance
  Set objWiz = Server.CreateObject("AspWebSolution.ReportWizard2")  
      
'Create database connection
objWiz.Init("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE= "& Server.MapPath("/web/test/Sample/data/sample.mdb") & ";")  
  
objWiz.DisplayReports  
  
  Set objWiz =  Nothing
%>





-------------------------
Master of the Game
Pages: (1)   [1]

search this forum: