I have created a stored procedure on an Informix Database and want to be able to pass a parameter from a crystal report to the stored procedures parameter. I can set the parameter on the stored procedure when adding the stored procedure but then can't see how to have the stored procedures parameter determined by the Crystal Parameter. How do I set it up so the parameter from Crystal is linked to the parameter in the stored procedure?
The Informix stored procedure iniitally had no fields it was returning either, although I set it to return a field justt so it would show on the report.
The stored procedure is being used to update a table that this report will use to run against.
The Informix stored procedure iniitally had no fields it was returning either, although I set it to return a field justt so it would show on the report.
The stored procedure is being used to update a table that this report will use to run against.