does anybody know how to set the timeout command when connection from ASP.NET to otacle? using
Dim oracleConn As OracleConnection = New OracleConnection
oracleConn.ConnectionString = "user id=xxx;data source=xxx;password=xxx;"
i tired connect timeout=9999 and connection timeout=9999 but both dont work...
Dim oracleConn As OracleConnection = New OracleConnection
oracleConn.ConnectionString = "user id=xxx;data source=xxx;password=xxx;"
i tired connect timeout=9999 and connection timeout=9999 but both dont work...