Cannot get a log to appear on Windows 2000.
I have followed the advice below from the MySQL DOCS.
=========
1. Ensure that you are using myodbcd.dll and not myodbc.dll. The easiest way to
do this is to get myodbcd.dll from the MyODBC distribution and copy it over the
myodbc.dll, which is probably in your C:\windows\system32 or C:\winnt\system32
directory.
Note that you probably want to restore the old myodbc.dll file when you have finished
testing, as this is a lot faster than myodbcd.dll.
2. Tag the Trace MyODBC' option ag in the MyODBC connect/configure screen. The
log will be written to fileC:\myodbc.log'.
==========
It doesn't say to above, but I have tried shutting down the MySQL service and all other programs before copying the myodbcd.dll over.
Even tried registering the dll's, but they are not that type.
Anyone have some more insight into why this won't work...changes to the procedure that weren't updated in the MySQL doc maybe??
Any help would be appreciated.