home *** CD-ROM | disk | FTP | other *** search
/ Internet Pratica / IPRAT_01.iso / SQL / ODBC / QryTool.reg < prev    next >
Encoding:
Windows Registry Data  |  2000-10-12  |  798 b   |  18 lines

  1. REGEDIT
  2. ; This .REG file may be used by your SETUP program.
  3. ;   If a SETUP program is not available, you may use this
  4. ;   file for manual registration of Query Tool document
  5. ;   type that will make Query Tool as the default editor
  6. ;   for files with .sql extension. Simply double click on
  7. ;   this file in Windows explorer and follow the on-screen
  8. ;   instructions.
  9.  
  10. HKEY_CLASSES_ROOT\.sql = QueryTool.Document
  11. HKEY_CLASSES_ROOT\QueryTool.Document\shell\open\command = QTODBC.EXE %1
  12. HKEY_CLASSES_ROOT\QueryTool.Document\shell\open\ddeexec = [open("%1")]
  13. HKEY_CLASSES_ROOT\QueryTool.Document\shell\open\ddeexec\application = QTODBC
  14.     ; note: the application is optional
  15.     ;  (it defaults to the app name in "command")
  16.  
  17. HKEY_CLASSES_ROOT\QueryTool.Document = Query Tool Document
  18.