Using: Crystal Reports 8.5 with Informix database
I want the Crystal SQL Designer to issue 2 or 3 separate SQL statements against my database. From what I can tell SQL Designer can only handle one SQL statement, is there a work around?
My first statement will be to set the user role to read only (SET ROLE readonly Then the second will be to select fields from 2 tables into a temp table and the third statement will be to join a third and fourth table with my temp table and produce the record set that the report will be built on.
Thanks in advance for any insight.
I want the Crystal SQL Designer to issue 2 or 3 separate SQL statements against my database. From what I can tell SQL Designer can only handle one SQL statement, is there a work around?
My first statement will be to set the user role to read only (SET ROLE readonly Then the second will be to select fields from 2 tables into a temp table and the third statement will be to join a third and fourth table with my temp table and produce the record set that the report will be built on.
Thanks in advance for any insight.