Previously : IndusSoft
Synametrics Technologies
Homepage Products Download Purchase Support Forum Partners Contact
. WinSQL       

  • Product Page
  • Features/Benefits
  • Compare Editions
  • Cost
  • System Requirements
  • Upgrade Policy
  • Supported Databases
  • What's New in Version 7.0
  • Obtain serial number
  • WinSQL vs JaySQL
  • White Papers

  • Online Tutorials

    Help Files

  • WinSQL FAQ
  • Knowledge base
  • Help file (HTML)
  • Help file (PDF)
  • Version history


  • Download WinSQL
  • Lite,
  • Developer
  • Professional
  • Buy Now
    It's fast easy and secure

    WinSQL    

    Database Catalog Caching

    Users can optionally save the database catalog locally to a file. This is called Catalog Caching in WinSQL. To enable catalog caching for a connection, check the Enable catalog caching box when establishing connection.

    Enabling Catalog Cache

    Database catalog cache is saved in an XML format on the local machine. Next time when a user connects to the same database, WinSQL reads this XML file rather than querying the database.

    Caching database catalog is a very useful feature if you are connecting to a:

  • Large database with thousands of objects
  • A remote database with slower network connection


  • Many features in WinSQL submit several SQL queries in the background to fetch metadata information related to tables, views and procedures. WinSQL saves this metadata to a local file when caching is enabled. The prevents several round trips to the database next time you connect to the same database.

    Following information is saved in a local cache.

  • Table names
  • Field names
  • Datatype information for fields
  • Primary/Foreign key information
  • View names
  • View fields
  • Stored procedure names
  • Stored procedure fields