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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top