Back insert_fields() in cursor.c at line 641 calls mysql_store_result and then at line 686 insert_field is called. The problem I am having is that mysql_store_result does not seem to set result->data_cursor but insert_field uses this item. As it is not set the application blows up because of the NULL pointer.
I am not sure what version of MySQL this started happening in but there is for sure a problem in current versions. -- Jim Dickenson mailto:dickenson@(protected)
CfMC http://www.cfmc.com/
-- MySQL ODBC Mailing List For list archives: http://lists.mysql.com/myodbc To unsubscribe: http://lists.mysql.com/myodbc?unsub=mysql@(protected)