arraysize

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
clint_silver
Posts: 9
Joined: Mon 24 Feb 2014 15:06

arraysize

Post by clint_silver » Mon 14 Dec 2015 15:39

Oracle sqlplus allows arraysize
Jdbc allows - java.sql.Statement.setFetchSize()

is there a dotConnect setting for same?

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: arraysize

Post by Pinturiccio » Tue 15 Dec 2015 15:23

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

Post Reply