OraSession->Options->ConnectionTimeout
OraSession->Options->ConnectionTimeout
I'm using your latest VCL ODAC 6.10 components for Borland C++ Builder 5. I have 'OraSession->Options->Direct' set to true and the 'OraSession->Options->ConnectionTimeout' set to 30 (secs). I have the 'OraSession->ConnectString' set appropriately for direct mode, i.e. as 'user/password@hostserver:port:sid'. However, when I try to set 'OraSession->Connected' to true, it almost immediately, i.e. as opposed to trying for 30 seconds, comes back with an "ORA-00001: NET: Connection timed out" error. What am I doing wrong ?