What is the primary function of CA Dataquery for CA Datacom/DB?
CA Dataquery allows users to interactively query and update CA Datacom/DB databases. It provides a user-friendly interface for constructing SQL queries and viewing results. It also supports data manipulation operations such as inserting, updating, and deleting records.
What are the most common operations performed with CA Dataquery?
Common operations include querying data using SQL SELECT statements, updating data using UPDATE statements, inserting new data using INSERT statements, and deleting data using DELETE statements. Users also commonly define and execute pre-defined queries and reports.
What configuration files and interfaces are used by CA Dataquery?
CA Dataquery uses configuration files to define database connections, user profiles, and security settings. These files are typically maintained by database administrators. The primary interface is a terminal-based interactive interface.