rainforestnet / CrystalReportsNinja

A small Windows Console App that loads external Crystal Reports file, takes parameter inputs and export to various format or even print to printer
http://www.rainforestnet.com
93 stars 77 forks source link

DAtabase/odbc connection change issue #25

Open ljkern opened 6 years ago

ljkern commented 6 years ago

Trying to use this with sql server connection. If I use an ODBC connection can I change this at runtime by -s option? It did not override connection. (Used what was defined inCrystal Report. ALso tried specifying -d for database. That did not work either. So is there a way to change the database at runtime? Need to use the same Crystal report against multiple database ( they have same structure)

bushy555 commented 5 years ago

...can not you just have multiple copies of the same report which are defined to the different databases? (eg, one to the Live database, one to the Test database, and one to those weird hippy's database) Then simply run the reports separately or per needs basis.