In VBScript, you can use something like this to tell Crystal Reports what
database file it should pull its table information from.
set FirstTable = Session("oRpt").Database.Tables.Item(1)
FirstTable.Location = "mydatabase.db"
Is there something similar in ColdFusion? Actually, is there ANY way to
tell Crystal Reports what db file you use at runtime? I want to run the
same report for up to 500 different database files from a web page and I
don't want to have to make a new report for each one.
Todd
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists