I have an application in Delhpi 5 which runs several stored procedures. It connect via ADOConnection and ADOStoredProc.
I have set the CommandTimeout on the connection to 0 for no timeout. Times out at 30 seconds.
I have set the CommandTimeout on the connection to 3600 for one hour time out. Times out at 30 seconds.
Anything I try times out at 30 seconds.
I can see no where on the ODBC where I might override this setting.
It is timing out at 30 seconds no matter what I do.
Can someone help with this problem?
I have set the CommandTimeout on the connection to 0 for no timeout. Times out at 30 seconds.
I have set the CommandTimeout on the connection to 3600 for one hour time out. Times out at 30 seconds.
Anything I try times out at 30 seconds.
I can see no where on the ODBC where I might override this setting.
It is timing out at 30 seconds no matter what I do.
Can someone help with this problem?