Re: Problem building MyODBC driver on W2K

2002-06-26 Thread Dave Harms
For anyone else having this problem building the MyODBC MySQL driver, I ended up commenting out all of the ctl3d calls in setup.c (and replacing SetWindowLong(hdlg, DWL_MSGRESULT,Ctl3dDlgFramePaint(hdlg, wMsg, wParam, lParam)); with SetWindowLong(hdlg, DWL_MSGRESULT,lParam);) The driver now

MySQL client unusable with large data sets

2002-06-26 Thread Dave Harms
I've been a loyal MySQL fan for a few years now, and use it extensively in web site development. But I've run into a problem now (MyODBC 3.51.03) that is making me reconsider my choice. Most of my database access is local using JDBC, but I have some critical Windows software that relies on