Subject Re: [IBO] (unknown)
Author Jason Wharton
> It uses less resources on the server when defined as unidirectional.

Actually it uses less resources on the client since the records fetched are
not being buffered. The server don't know the difference between a
unidirection cursor and a buffered dataset on the client since the only
thing the server does is provide unidirectional cursors. It all looks the
same to the server.

Jason