これを試してください
OracleDataAdapter yourAdapter = new OracleDataAdapter(strSQLString, connection); yourAdapter.SelectCommand.CommandTimeout=120; yourAdapter.fill(yourDataSet);
プレ>リンク commandtimeout について詳しく知るため
これを試してください
OracleDataAdapter yourAdapter = new OracleDataAdapter(strSQLString, connection); yourAdapter.SelectCommand.CommandTimeout=120; yourAdapter.fill(yourDataSet);
プレ>リンク commandtimeout について詳しく知るため