I have repetitively observe the following with Stata 13.0 (521.13.0.164 on Windows): An SQL query to a MySQL database (via 'MySQL ODBC 5.3 ANSI Driver') resulting in a large volume of data may collapse Stata (APPCRASH). It actually crashes it every time:

The same query ran from the MySQL Workbench results in a message "Error code: 2008. MySQL client ran out of memory" and the MySQL Workbench survives:

Retrieving a limited set of data works fine and Stata manages the subset well. It is possible to read in all the data, but it has to be done gradually then.
I wonder if any of the updates have dealt with proper error handling in Stata after version 13.0 (none of the ODBC/SQL changes mentioned here seem to cover it).
Thank you, Sergiy Radyakin

The same query ran from the MySQL Workbench results in a message "Error code: 2008. MySQL client ran out of memory" and the MySQL Workbench survives:

Retrieving a limited set of data works fine and Stata manages the subset well. It is possible to read in all the data, but it has to be done gradually then.
I wonder if any of the updates have dealt with proper error handling in Stata after version 13.0 (none of the ODBC/SQL changes mentioned here seem to cover it).
Thank you, Sergiy Radyakin
Comment