Page 1 of 1

How to implement lazy load feature with dot connect?

Posted: Mon 11 Jun 2012 09:47
by hom_rcp
I'm using Devart - Dot Connect for Oracle. I'd like to implement lazy load feature in a Data Grid View. The records are retrieved from an Oracle procedure - refCursor, which returns a DataReader.

I wonder if you could help me with the standard way to implement this feature in Devart tools.

Regards,
Homam.

Re: How to implement lazy load feature with dot connect?

Posted: Thu 14 Jun 2012 08:21
by Shalex
Please refer to http://www.devart.com/dotconnect/oracle ... ource.html. The automatic data paging mode is applicable to CommandType=Text queries only. But you can find an example of manual data paging for the CommandType=StoredProcedure case in this article.

Re: How to implement lazy load feature with dot connect?

Posted: Tue 26 Jun 2012 13:34
by hom_rcp
Thanks for the reply but my application is WPF xBap application so, I cannot use SQLDataSource.

Re: How to implement lazy load feature with dot connect?

Posted: Mon 02 Jul 2012 14:05
by Shalex
dotConnect for Oracle doesn't include any WPF components. You can use our provider as other standard ADO.NET providers in WPF application. Maybe, this resource will help you: http://social.msdn.microsoft.com/Forums ... 03b470cb2a.