index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: Removing password tables :: (4)Post a New Message | Post a Reply
Feb 9 2004, 2:39 PM
 Removing password tablesPost a Reply
 brockswell2

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

since: Sep 1, 2003
from: Philly

I love this product.  Is there a way for it to read all the tables in a database, EXCEPT for a single specfic table?  Perhaps in the Admin view.  I have the passwords in the same database, but I would want anyone else to know that information.
Any ideas?


Feb 9 2004, 2:56 PM
 Re: Removing password tablesPost a Reply
 ghost

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

from: Washington, DC

You can hide certain tables by using the HiddenTables property as below

  
  objReport.HiddenTables = "Table1, Table2, Table3"
  objReport.Init(strConnectionString)
  objReport.DisplayReports  
  Set objReport =  Nothing  


You can also use only certain tables by using the UseTables property.

objReport.UseTables = "Table1, Table2, Table3"


For more information on properties check out the API at
http://aspwebsolution.com/products/report_wizard/api.htm

We should have some tutorials up this week


-------------------------
Ghost
Feb 9 2004, 3:23 PM
 Re: Removing password tablesPost a Reply
 brockswell2

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

since: Sep 1, 2003
from: Philly

Great.  I'll noodle around with it tonight.
To use this commercially, How much is a license?


Feb 9 2004, 4:27 PM
 Re: Removing password tablesPost a Reply
 ghost

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

from: Washington, DC

check out the download page:
http://aspwebsolution.com/products/report_wizard/download.htm


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

search this forum: