Querytimeout?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for DB2
Post Reply
Radfox
Posts: 3
Joined: Mon 06 Oct 2014 15:06

Querytimeout?

Post by Radfox » Thu 01 Oct 2015 15:03

I am using VB.NET to access DB2 and receiving SQL0952N error due to long query time. IBM lists a Querytimeout parameter but I dont see it in the Devart parameter table. How do I set this parameter using the Devart DB2Connection?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Querytimeout?

Post by Shalex » Fri 02 Oct 2015 11:27

Please increase a value of the DB2Command.CommandTimeout property. Does this help?

Post Reply