Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

ADO.NET provider for DB2 doesn't process SELECT statement with duplicate named parameters within WHERE clause, and returns the following error:

SQLSTATE 07001, SQLCODE -313 

The number of host variables specified is not equal to the number of parameter markers.

Cause

ADO.NET provider for DB2 doesn't support processing the duplicate named parameter in multiple positions within a parameterized SELECT WHERE statement as shown below:

SELECT * FROM TABLE WHERE COL1 = @P1 AND COL2 = @P1.

Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

Resolution

This issue is fixed in the following cumulative update for Host Integration Server:

References

Learn about the terminology that Microsoft uses to describe software updates.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×