index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: How can I backup my reports? :: (2)Post a New Message | Post a Reply
Feb 24 2005, 9:32 AM
 How can I backup my reports?Post a Reply
 digitald2

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

since: Feb 21, 2005
from: Hawaii

How can I backup my reports so when me or another person accidentally messes up some reports we can load everything back the way it was?  Is there some file I need to copy?  Is there an export function?  Thanks.

Feb 24 2005, 10:36 AM
 Re: How can I backup my reports?Post a Reply
 ghost

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

from: Washington, DC

The reports are saved in the ReportsFile. By default, this file is called reports.xml and is located in the same folder as your .asp page.

You can assign different report files to different users by use of the ReportsFile property  for example:

<%
  If Session("UserGroup") = "Finance" Then
     objWiz.ReportsFile = "D:\secure\finance.xml"
  Else
     objWiz.ReportsFile = "reports.xml"
  End  If
%>

Also check out this tutorial Handling Multiple Databases




-------------------------
Ghost
Pages: (1)   [1]

search this forum: