Try setting the directive SQL(BEHAVIOR=UNOPTIMIZED) for compatibility with Net Express. This will turn off the autofetch feature.
There are some other primitive directives under the main BEHAVIOR directive that you can use to fine-tune your performance. These are documented here:
Thanks.