Maciek Sakrejda <msakrejda@truviso.com> wrote:
>> D is just a DataRow message, you get one of those per row
>> returned.
> Right. If you're *not* getting those in Python, you're not getting
> the data, so something is seriously wrong there.
Perhaps python doesn't ship all the rows back on execute, but waits
for the rows to be requested? If it isn't already doing it, try
changing the script to read all the rows in the result set.
-Kevin