home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / query / queryd / querydef.txt < prev    next >
Encoding:
Text File  |  1994-12-04  |  3.2 KB  |  70 lines

  1. QUERY DEF UTILITY 1.2
  2. (c) Copyright 1994 Winworks Software
  3. All Rights Reserved.
  4.  
  5. Winworks Software   
  6. P.O. Box 859
  7. El Dorado, CA  95623-0859
  8. USA
  9.  
  10. CompuServe: 74211,2503
  11. Internet:   querydef@winworks.com
  12.  
  13. Thanks for checking out this Query Def Utility for Access
  14. Databases.  In an attempt to optimize my database searches,
  15. I looked for an easy way to create and edit Query Defs.  I didn't
  16. find any so I wrote this little utility.  In many cases,
  17. pre-compiling a Query Def into an Access MDB file will increase
  18. the speed of database searches.  The BIBLIO.MDB file included
  19. with VB3 PRO uses several Query Defs and with the use of this
  20. program, you can view how they were set up.
  21.  
  22. Installation
  23. ------------------------------------------------------------------
  24. Only the program file and the vbx for the custom control are
  25. included to save space and modem time.  You will need some VB3
  26. PRO files to enable the utility.  Specifically, you need the
  27. CMDIALOG.VBX, THREED.VBX, MSAES110.DLL, MSAJT110.DLL,
  28. VBDB300.DLL, and VBRUN300.DLL in your C:\WINDOWS\SYSTEM
  29. subdirectory.  Query Defs can only be used with VB3 PRO.
  30. If you don't have it, it is worthwhile.  To complete the
  31. installation, create a directory if you wish, and place in it
  32. the QueryDef.EXE file.  Place the SSFORMFX.VBX in your
  33. C:\WINDOWS\SYSTEM subdirectory.  You can then create an icon
  34. in your VB Applications group and your off and running.
  35.  
  36. Use
  37. ------------------------------------------------------------------
  38. This utility makes it painless to add, edit, view and delete
  39. compliled Query Defs within Access MDB files.  Click Open Database
  40. and select an MDB file and click OK.  If any Query Defs have been
  41. compiled into the MDB, you'll see a list of their names.  To see
  42. the accompanying SQL statement, double-click on the Query Def in
  43. the list.  Thats all there is to it.  In your application code,
  44. access the query def by setting the recordsource property of a
  45. data control to the query def title, and the database name to
  46. the MDB file.  (Data1.RecordSource="Query Def Title")
  47. or Set DS=DB.CreateDynaset("Query Def Title")
  48. or Set SS=DB.CreateShapShot("Query Def Title") once you have
  49. defined the DB.
  50.  
  51. Shareware Registration
  52. ------------------------------------------------------------------
  53. Try out this utility to see if you want to keep it.  If you find
  54. that you use this utility after the 1 week trial period, 
  55. please cut a check for $10 to Winworks Software along with your
  56. name, address and CompuServe ID to the address above.  If this 
  57. utility isn't helpful, just delete it.  If you distribute it, 
  58. this TXT file must accompany the program.  This program is 
  59. provided without any kind of express or implied warranty.  
  60. Winworks Software will not be liable for any damages resulting
  61. from the use of or inability to use this utility.  No telephone 
  62. technical support is provided for this utility, however, 
  63. suggestions, problems, and bug reports can be sent to the 
  64. address above, or via EMAIL at the addresses above. Thanks.
  65.  
  66. SSFORMFX.VBX (c) Copyright 1994 Sheridan Software Systems, Inc.
  67. All Rights Reserved.  This VBX provided only as a component of
  68. the Query Def Utility.  Any other use without express permission
  69. of Sheridan Software Systems, Inc. is prohibited.
  70.