Explain the major elements of the ADO object model
Explain the major elements of the ADO object model and it’s used?
Expert
Connection: Used to create a connection among your app and an external data source, that is sql server.
Command: Used to make queries, with user-specific parameters, to access records by a data source (that is returned in a Recordset)
Recordset: Used to available records returned by an SQL query. Along with a recordset, you can navigate returned records. That is, you can also add, change or delete records.
describe the foreign key in fact table and dimension table
Single inheritance: In Java, a class might not extend more than one class. It means that Java has a single inheritance model for the class inheritance.
Server: Something which gives a service. The Web server delivers resources to its clients, for example. Whenever the server is an object, this is the recipient of messages from its object clients.
Are you sure that XHTML element name case sensitive? Answer: XHTML element names surely are case sensitive. Every element names should be written within lower case l
Describe the term Intermediate language? Illustrate in brief.
Method overriding: It is a method stated in a super class might be overridden by a method of similar name stated in a sub class. The two methods should have similar name and number and types of formal arguments. Any checked exception thrown by sub-cla
Cursor: This is a visual representation of the existing position of the mouse on the user's virtual desktop. Cursor shapes are frequently set to symbolize the current state of a program – utilizing an hour glass shape to point out that the user
Try statement: The try statement performs as an exception handler - a position where exception objects are caught and dealt with. In its most common form, it comprises of a try clause, one or more catch clauses and the finally clause.
Datagram: It is a packet of information passed between the two communicating procedures across a network. Both the Transmission Control Protocol (abbreviated as TCP) and the User Datagram Protocol (abbreviated as UDP) are indirectly comprised in sendi
Explain the new features of the ASP.NET AJAX 4.0?
18,76,764
1934851 Asked
3,689
Active Tutors
1431068
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!