Answer Posted / shahil singh
dim col() as new dt.datacolumn
col(0)=dt.column(1)
dt.primarykey=col
| Is This Answer Correct ? | 30 Yes | 8 No |
Post New Answer View All Answers
Explain all the classes those are used for database connections between sql server and asp.net?
Give few examples of datareader that is used in different dataproviders.
How to pass values into a datatable?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
What is typed dataset ?
What are two types of transaction supported by ado.net?
Does dapper use ado.net?
What is ole word?
What are the advantages of ado.net?
How do I delete a row from a DataTable?
How to pass multiple tables in datasets simultaneously?
Explain the advantages and disadvantages of using datalist?
Can datareader hold data from multiple tables?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What is ado rdo dao in visual basic?