Page 1 of 1

Querytimeout?

Posted: Thu 01 Oct 2015 15:03
by Radfox
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?

Re: Querytimeout?

Posted: Fri 02 Oct 2015 11:27
by Shalex
Please increase a value of the DB2Command.CommandTimeout property. Does this help?