DB Info ======= (c) Gernot Trautmann, 1998-2000 Helps to debug database related programming Usage: - link statically to function f6() - load dynamically with DllLoad("dbinfo") call dynamically with &("f6")() or DllCall("dbinfo",,"f6") - it's possible to execute this from inside of the debugger: Open command window DllLoad("dbinfo") f6() Keys: - Enter: Select menu item - Esc: leave menu - Right arrow: next menu - Left arrow: previous menu - Down/up arrow: scroll step - Page down/up: scroll page Test Files: - t.prg: test for VIO mode - g.prg: test GUI and hybrid mode - main.prg: step into the debugger Corrections in release 1.3: --------------------------- - added all LOCK_#defines also to FOXDBE - added info to GUI frontend - f6() can only be called once per time - ZeroSpace information: all unsupported function calls suppressed - text mode restores cursor positions - DbInfo.dll compiled/linked without debug information. Necessary if loaded on the XppDbg-commandline via '> DllLoad("dbinfo") '. Enjoy!