Question

We're doing Windows development against a DB2 database with QMF v9.1. We hard-code many of our SQL queries directly into our applications, even though they are already stored in QMF.

However, I was told that a built-in stored procedure exists that is able to return results from a QMF query or procedure. But the person could not tell me the name of the stored procedure.

Would anyone be able to share their experience in regards to the above? Many thanks in advance.

Was it helpful?

Solution

I think what you're looking for is Q.DSQQMFSP. The QMF Stored Proc interface has to be enabled, so it's not a "default" option.

Once that's done, it should be like calling any other stored proc from .NET

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top