Oracle
 sql >> Database >  >> RDS >> Oracle

Timeout di OracleDataAdapter.Fill()

prova questo

    OracleDataAdapter yourAdapter = new OracleDataAdapter(strSQLString, connection);
    yourAdapter.SelectCommand.CommandTimeout=120;
   yourAdapter.fill(yourDataSet);

controlla il collegamento per saperne di più su commandtimeout