home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / COMMON / TOOLS / VB / ODBCSPY / README.TXT < prev   
Encoding:
Text File  |  1996-10-03  |  1.1 KB  |  26 lines

  1. ODBC Spy
  2. --------
  3.  
  4. ODBC Spy is a utility that allows you to log the ODBC API calls produced by 
  5. your VB application.  It is useful for tracking down problems in VB applications
  6. that use ODBC drivers to access data.  The Log produced by ODBC Spy is usually
  7. easier to read than the log produced by the ODBC driver manager.  An additional
  8. benefit is that ODBC Spy can log to the screen as well as to a file.  Additional
  9. documentation for ODBC Spy is included in ODBCSPY.HLP.
  10.  
  11. Windows 95 Installation 
  12. -----------------------
  13.  
  14. To install on Windows 95 copy all of the files in the ODBCSpy directory on 
  15. the CD to a directory on your hard drive. Then, copy CTL3D32.DLL from the 
  16. ODBCSpy\Win95 sub-directory to your \Windows\System directory on your hard drive.  
  17. Execute ODBCSP32.EXE to start ODBC Spy.
  18.  
  19. Windows NT Installation
  20. -----------------------
  21.  
  22. To install on Windows NT copy all of the files in the ODBCSpy directory on 
  23. the CD to a directory on your hard drive. Then, copy CTL3D32.DLL from the 
  24. ODBCSpy\WinNT sub-directory to your \Windows\System directory on your hard drive.  
  25. Execute ODBCSP32.EXE to start ODBC Spy.
  26.