What are relation objects in dataset and how & where to use
them?
Answer / vaidyanathan r.
Relation Objects are used to create the referencial
integrity between DataTables inside a dataSet similar to
the foreign key relations between tables in a database.
The relation object is used to restrict the values entered
in the child data tables based on the values in the parent
datatable during the execution of the application
Is This Answer Correct ? | 3 Yes | 1 No |
what is the syntax code for oldb to connect oracle
Explain ado.net features? Benefits? Drawbacks?
What is the difference between Dataset. clone and Dataset.copy?
Explain the namespaces in which .net has the data functionality class.
What happens when u try to update data in a dataset in .NET while the record is already deleted in SQL SERVER as backend?
what purpose of Indexing creating? directly we can search the reqired row with the help of query?what is the use of indexing?
About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data ?
Which is the feature of ado.net?
How can we load multiple tables in to dataset?
What are typed and untyped dataset?
What are two types of transaction supported by ado.net?
How can we load multiple tables in a dataset?