Query being run twice [message #549635] |
Tue, 27 July 2010 08:28  |
Eclipse User |
|
|
|
Using Birt 2.5.1, I have a simple datasource pointing to a sybase database with a single datasource doing the following as a simple test:
insert into RUNS (NAME, DATE_RUN) values ('TEST Report',getdate())
select name, id, uid from sysobjects
RUNS is a simple table that simply shows me when the query is executed.
Every time I run the report, either from the designer or via the birt runtime which is embedded in my application, the query is run twice.
For reports with much more complex queries and take a while to run, this double execution is not acceptable.
What causes the query to be executed twice and how do I stop it?
[Updated on: Tue, 27 July 2010 08:36] by Moderator
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.24530 seconds