Temporary Tables in IBM Informix

Stimulsoft Reports.NET discussion
Post Reply
Milton Guevara
Posts: 53
Joined: Thu Aug 21, 2008 9:28 pm
Location: Peru

Temporary Tables in IBM Informix

Post by Milton Guevara »

I have a report to Informix which must be run in two steps: first create a temporary table with data from a previous query and then the report must collect the temporary table for use in the same report.
Any idea as i can do this in stimulsoft?

Thank you
Milton
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Temporary Tables in IBM Informix

Post by Edward »

Hello, Milton.

I see only one way how your report could be created.
1) You create a stored procedure and prepare the temporary table there as you need. This procedure must return all necessary columns.
2) There are limitations on using of stored procedures in Stimulsoft Reports.
- Number of Columns is fixed.
- For the stored procedures with variable number of columns 'Retrieve Columns' button will not work and you have to add columns for such a procedure 'by hand' in the DataSource Editor.

Thank you.
Milton Guevara
Posts: 53
Joined: Thu Aug 21, 2008 9:28 pm
Location: Peru

Temporary Tables in IBM Informix

Post by Milton Guevara »

Edward, thank you for your help.

Milton
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Temporary Tables in IBM Informix

Post by Edward »

Please let us know if any help is required.

Thank you.
Post Reply