answersLogoWhite

0

Developing a database application means converting your data into types understood by the DBMS, generating SQL code, sending it to the DBMS for evaluation, retrieving the result, and converting the result into types understood by your application language. It's even more strange when you use parameterized SQL: you generate some code with placeholders instead of literals, and then you send the literals separately (by "more strange," I certainly don't mean "worse," - parameterized SQL is a huge improvement).

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What are the advantage and disadvantage of parallel dbms?

The advantages of parallel DBMS include improved performance and scalability, as it allows for parallel processing of queries across multiple servers or processors. This can result in faster query execution and the ability to handle larger data volumes. However, the disadvantages include increased complexity and cost of implementation, as well as the need for specialized hardware and software to support parallel processing. Additionally, parallel DBMS may require additional effort for administration and maintenance.


What is the main disadvantage of Cotrel-Dubousset instrumentation?

The disadvantage is the complexity of the operation and the number of hooks and cross-links that may fail.


What is the main disadvantage of wired systems?

The main disadvantage of wired system is that they are very complex. The wiring increases the complexity of the systems.


Advantage and disadvantage of data dase manage ment system?

Advantages of DBMS:Redundancies and inconsistencies can be reducedthe advanrage of DBMS is to help you in the future


Do The DBMS reveal much of the databases internal complexity to the application programs and users?

From Database Systems: Design, Implementation, and Management 10th Ed - Coronel / Morris / Rob - 1.3.1 Role and Advantages of the DBMS: The DBMS serves as the intermediary between the user and the database. The database structure itself is stored as a collection of files, and the only way to access the data in those files is through the DBMS. Figure 1.2 emphasizes the point that the DBMS presents the end user (or application program) with a single, integrated view of the data in the database. The DBMS receives all application requests and translates them into the complex operations required to fulfill those requests. The DBMS hides much of the database's internal complexity from the application programs and users. The application program might be written by a programmer using a programming language such as Visual Basic.NET, Java, or C#, or it might be created through a DBMS utility program.


Mention 3 situations where it is not desirable to use dbms?

For small-scale projects with minimal data storage requirements, using a DBMS may introduce unnecessary complexity and overhead. In scenarios with strict real-time constraints or extreme performance requirements, the additional processing time involved in interacting with a DBMS may not be acceptable. When the data is highly unstructured or varies significantly in format, a DBMS may not be the most efficient or effective storage solution.


What is the disadvantage of a database system?

Disadvantage of Data Base System: 1 Complexity in simplifying database 2. Cost 3. Time Consuming because extra burden over DBA.


What are highlights of DBMS?

NA_ what are highlights of advanced DBMS what are highlights of advanced DBMS what are highlights of advanced DBMS


Is java DBMS?

no, Java is not dbms.. Java is a programming language Dbms is database


Is SQL DBMS or RDBMS?

dbms


What is DBMS and when it should not be used?

DBMS is the software to manage the data base.it is set of programs,modules,and packages specially designed to enable the users to manage this data base is called as data base management system.......


What are three types of dbms?

Hierarchical DBMSNetwork DBMSRelational DBMS