Is it possible to monitor ODBC connections as well as JDBC connections in FusionReactor?
Description
Example: jdbc:sequelink:odbcsocket://localhost:19996;serverDatasource=testodbc
You need to 'wrap' this. This can be done by creating another datasource of type "other". Rename or remove your original datasource and call the new one the same name as the old and your application will work without any change. The final JDBC URL for our wrapped example datasource looks like:
jdbc:fusionreactor:wrapper:{jdbc:sequelink:odbcsocket://localhost:19996;serverDatasource=testodbc};driver=macromedia.jdbc.MacromediaDriver
The Driver Class and Name should be entered as "com.intergral.fusionreactor.jdbc.Wrapper"
Once 'wrapped' you will then see JDBC information appearing within FusionReactor. (Click on the "Request Details" icon next to a request and click the JDBC tab to see any requests which have been made over this datasource.)
If you require more detailed information on this subject then the following documents are available from the following links:
JDBC Driver Wrapper: User Guide
JDBC Tutorial
It is also possible to monitor the following types of database:
Oracle
MSAccess
PostgreSQL
MySQL
IBM DB2
MS SQL Server
Issue Details
| Type: | Technote |
|---|---|
| Issue Number: | FRS-68 |
| Components: | JDBC |
| Environment: | |
| Resolution: | Fixed |
| Added: | 22/05/2007 11:46:59 |
| Affects Version: | 2.0 |
| Fixed Version: | 2.0 |
| Server: | |
| Platform: | |
| Related Issues: | None |
Issue Feedback
Did you find this issue helpful?
0 out of 0 people found this article helpful

