Page 1 of 1

arraysize

Posted: Mon 14 Dec 2015 15:39
by clint_silver
Oracle sqlplus allows arraysize
Jdbc allows - java.sql.Statement.setFetchSize()

is there a dotConnect setting for same?

Re: arraysize

Posted: Tue 15 Dec 2015 15:23
by Pinturiccio
OracleCommand class has a property FetchSize, which has a simular functionality to java.sql.Statement.setFetchSize. For more information, please refer to https://www.devart.com/dotconnect/oracl ... hSize.html