1
Reply

what is the difference between typed dataset and untyped dataset? Which situation used typed data set as well which situation used un typed data set? which is the best one in real world scenario as per performance level?

    Typed dataset can be defiend as wirh XML Schema definiton that is called Tped dataset,
    UnTyped dataset can be defiend as without XML Schema definiton that is called UnhTped dataset
    unTyped datset is faster than the typed dataset.
    These two comes under the Dataset Object.
    By Using dataset you can bind the data without any connection .
    most of business applications typed dataset can be used,