home *** CD-ROM | disk | FTP | other *** search
/ ftp.alaska-software.com / 2014.06.ftp.alaska-software.com.tar / ftp.alaska-software.com / acsn / dbinfo.txt < prev    next >
Text File  |  2000-02-06  |  1KB  |  43 lines

  1. DB Info
  2. =======
  3. (c) Gernot Trautmann, 1998-2000
  4.  
  5. Helps to debug database related programming
  6.  
  7. Usage:
  8.  - link statically to function  f6()
  9.  - load dynamically with DllLoad("dbinfo")
  10.    call dynamically with &("f6")() or DllCall("dbinfo",,"f6")
  11.  - it's possible to execute this from inside of the debugger:
  12.       Open command window
  13.       DllLoad("dbinfo")
  14.       f6()
  15.  
  16. Keys:
  17.  
  18.  - Enter:       Select menu item 
  19.  - Esc:         leave menu
  20.  - Right arrow: next menu
  21.  - Left  arrow: previous menu
  22.  - Down/up arrow: scroll step
  23.  - Page down/up:  scroll page
  24.  
  25. Test Files:
  26.  - t.prg:       test for VIO mode
  27.  - g.prg:       test GUI and hybrid mode
  28.  - main.prg:    step into the debugger 
  29.  
  30. Corrections in release 1.3:
  31. ---------------------------
  32. - added all LOCK_#defines also to FOXDBE
  33. - added info to GUI frontend
  34. - f6() can only be called once per time
  35. - ZeroSpace information: all unsupported function calls suppressed
  36. - text mode restores cursor positions
  37. - DbInfo.dll compiled/linked without debug information. Necessary if
  38.   loaded on the XppDbg-commandline via '> DllLoad("dbinfo") '.
  39.   
  40.  
  41. Enjoy!
  42.  
  43.