Data Access Classes

123456789101112131415161718192021
Across
  1. 4. uses SQLite as the primary data store on the client-side for archiving and synchronization service
  2. 8. uses SQLite as the primary meta-data storage format for the Firefox, Web Browser, and the Thunderbird Email Reader
  3. 9. used for presenting the actual data to the user
  4. 11. is the means by which users can get to this data and its location, in an authenticated manner approved by the organization in possession of the data
  5. 13. hides the complex processes of data access and provides much higher level of classes and objects through which data is accessed easily
  6. 14. means the process of converting identifiers into addresses
  7. 15. uses SQLite in their Desktop for Mac
  8. 18. is so popular is because many other programming languages are built into the development platform
  9. 19. enables the tracking of improvement over time which gives key insights
  10. 20. uses SQLite as the application file format for their Photoshop Lightroom product
Down
  1. 1. is the organization of data kept somewhere that can be accessed through the internet by anyone given the right permissions
  2. 2. uses SQLite in the Skype client for Mac OS X and Windows
  3. 3. used for adding in your specific business rules, processing and manipulating data and other calculations
  4. 5. is a general technique that binds data sources from the provider and consumer together and synchronizes them
  5. 6. is a software framework developed by Microsoft that runs primarily on Microsoft Windows
  6. 7. are patterns that define how the users and the system access the data to satisfy business needs
  7. 10. is a computer software and a layer of a computer program which provides simplified access to data stored in persistent storage of some kind, such as an entity-relational database (abbreviate)
  8. 12. has bindings for a large number of programming languages
  9. 16. is a malware spy program uses SQLite
  10. 17. uses SQLite in its antivirus programs
  11. 21. is a pattern that provides an abstract interface to some type of database or other persistence mechanism (abrevviate)