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.
Differentiate between MFC and Win32?
What is validating parser? Answer: A parser makes sure that an XML document is valid additionally to being well formed.
Deprecated: Somewhat that has been made superseded by later on versions of the API. Deprecated methods must not be employed as there is no guarantee that they will carry on to subsist in the future versions.
What is meant by the single users system?
Anonymous array: It is an array formed without an identifier. The anonymous array is generally formed as an actual argument, for example:// generate an anonymous array of integers. YearlyRainfall y2k = new YearlyRai
What is meant by the term pipe?
Limit the Scope of Data Declarations at the smallest possible level is consistent with the well known principle of data hiding. It stops one module from inadvertently referencing and modifying data values which are only meant to be used by another mod
Property Specifications: Users can specify assertions using the assert(expr) statements. An assert statement is used to check if the property specified by the expression expr is valid within a state. If expr evaluates to 0, this implies that it is not
What is the function of DynamicPopulateExtender control?
18,76,764
1921908 Asked
3,689
Active Tutors
1419554
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!