(1)Does EspressChart support stored procedures?
Yes, you can specify a stored procedure in the query. For the multiple result sets/response reply, EspressChart will use the first non-empty result set to plot the chart. The mechanism is same for the code bridgeTest/TestDB.java in your EspressChart installation directory.
(2)Does EspressReport support stored procedures?;
You may specify a stored procedure in the query such as “EXEC store” or “EXEC store ‘P1’, ‘P2” where P1, P2 are parameters into store for MSSQL and setup store on the database server. Similar stored procedure works for Oracle database where the query becomes “call store (P1, P2)”.
関連するトピックス:
- Tomcatとのセットアップについて【Java対応レポート・帳票ツールEspressReport】
- 外部データベースへのJDBC接続方法【Java対応レポート・帳票ツールEspressReport】
- アプリケーション・サーバからのデータ抽出ロジック使用方法【Javaグラフ作成ツールEspressChart】
- クライアント・サイドでチャート上にマウスを使用して直線を引く方法【Javaグラフ作成ツールEspressChart】
- Query BuilderでのAlias設定について(10/8/05修正済)【Java対応レポート・帳票ツールEspressReport】
- EspressReportのロゴ変更方法【Java対応レポート・帳票ツールEspressReport】
- JDK 1.4.1のHeadlessオプションについて【Javaチャート・グラフ作成ツールEspressChart】
- EspressChart(Report)とWebLogic 8.1&JRocket1.4.2【Java対応レポート・帳票ツールEspressReport】
- EspressChartを使用してのmapファイルの作成【Javaチャート・グラフ作成ツールEspressChart】
- Javaから直接データソースを指定する【Javaチャート・グラフ作成ツールEspressChart】