C
Chris Giles
I have .net (C#) application that accesses a remote ORACLE service
(8i) using System.Data.OleDb to fire off a stored procedure. Granted
this is a long running stored procedure but I want to cap things at a
couple minutes so I can try again. The problem is that no matter what
value I set OleDbCommand.CommandTimeout to the command NEVER times
out. Has anyone seen this before? I've searched and searched and
cannot find anything resembling this problem.
Thanks in advance!
CHRIS
(8i) using System.Data.OleDb to fire off a stored procedure. Granted
this is a long running stored procedure but I want to cap things at a
couple minutes so I can try again. The problem is that no matter what
value I set OleDbCommand.CommandTimeout to the command NEVER times
out. Has anyone seen this before? I've searched and searched and
cannot find anything resembling this problem.
Thanks in advance!
CHRIS