home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_tools / sqlsniff / read_me.txt < prev    next >
Text File  |  1994-01-12  |  2KB  |  53 lines

  1. SQL Sniffer Sample 1/11/94
  2.  
  3. NOTE:     For pricing and other information, please feel free to contact us
  4.     Monday through Friday 9am to 6pm PST or call or BBS at (818) 343-8433.
  5.  
  6. This diskette contains a sample version of the SQL Sniffer application from
  7. Blue Lagoon Software.  This application is designed to assist developers in
  8. developing Windows based front-ends to Microsoft or Sybase SQL Server.
  9.  
  10. All applications which act as SQL Server front-ends communicate with SQL
  11. Server through a dynamic link library called W3DBLIB.DLL.  Although develop-
  12. ment environments such as Visual Basic and Power Builder allow the programmer
  13. to code to a higher level SQL API, these APIs in turn call functions in
  14. W3DBLIB.DLL.  The purpose of this utility is to SNIFF the most commonly
  15. used dbLib functions and provide feedback to you the programmer so you can
  16. quickly find your programming errors.
  17.  
  18. Lets assume that you have created a LOGIN dialog box which contains entry-
  19. fields for the server, username, and password which is not functioning
  20. properly.  When the user presses the OK pushbutton, the LOGIN API for your
  21. programming environment is called and it returns a failed error code.  Rather
  22. than loading up your code, you can simply run the SQL Sniffer and it will
  23. show you exactly what was sent to SQL Server and what the return VALUE from
  24. SQL Server was!  You may find out that you have been converting the password
  25. to uppercase all along when SQL Server expects an upper and lower case mix.
  26.  
  27. This is a very crude example of what you can do with the SQL Sniffer, this is
  28. why we have made a sample version available which hooks a small handful of
  29. _dbLib functions.  We hope this will give you an idea of what you can
  30. accomplish with the RETAIL version and you will give us a call and order
  31. a copy today.  We have even included the product's help file to explain
  32. how to use the SAMPLE.
  33.  
  34. Included in this ZIP archive are the files needed to install and execute
  35. the sample version of SQL Sniffer, this readme file, and a Word for Windows V2.0
  36. version of the SQL Sniffer product information document.
  37.  
  38. We hope you enjoy the SAMPLE program.
  39.  
  40. Sincerely,
  41.  
  42.  
  43.  
  44. David L. Cherin
  45. Developer Relations
  46.  
  47. Blue Lagoon Software
  48. Main:    (818) 807-2785
  49. Fax:    (818) 345-8905
  50. BBS:    (818) 343-8433
  51. CSERV:    70152,1601
  52.  
  53.