Re: Matt's ODBC wrapper and Mysql
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Oct 20, 2004
- 639 views
George Walters wrote: > > > Matt, I'm at a road block using your ODBC wrapper and Mysql. I'm getting > "out of memory" reported from XP and the program then crashes with an > ODBC error.I've tried this with several rather simple programs. I'm > simply reading "next larger key" through an inventory file. Here's the > function that reads next records: Which version do you have? v1.31.1 fixed a resource leak in execDirectODBC(). This could be the cause of your problem. Matt Lewis