Answer Posted / rajesh bhawsar
dt.PrimaryKey = {dt.Columns(0)}
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is execute reader in ado.net?
Can datareader hold data from multiple tables?
What is ado.net connection?
What are advantages of microsoft-provided data provider classes in ado.net?
Give few examples of datareader that is used in different dataproviders.
What is the default provider in ado.net?
How can we add/remove row's in "datatable" object of "dataset"?
Which provider is used to connect ms access, oracle, etc…?
Does executenonquery return a value?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
can we create synonymn in ms access,sql server,my sql if so explain me with example
What are datareaders?
Explian About DataAdapters
How to connect and retrieve data from database using dataset