Using FusionReactor's datasource monitoring feature? Here's a tip
You just need to add the string:
;name=dsnname
to the end of the JDBC URL that you configure (per the instructions). For instance, for the wrapped version of my AdventureWorks SQL Server DB, I use:
databaseName=adventureworks;SelectMethod=direct;
sendStrinParametersAsUnicode=false;MaxPooledStatements=1000}<strong>;name=AdventureWorks</strong>
That all goes on one line, of course, but I didn't want it to mess up the display in some browsers.
You can learn more about setting up the FR JDBC wrapper feature (including the simple steps on how to implement it--which have been updated in the FusionReactor 3 docs) in the Tutorial (pdf) and User Guide (pdf).
If you're not familiar with the datasource monitoring feature, I'll share more about it in a follow-up entry.


There are no comments for this entry.
[Add Comment]