How to fetch the last inserted record in a particular table?
Answer Posted / archana
If a table have identity column then u can fetch the last
inserted record through following query:
"select max(ID) from test"
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
Which is faster entity framework or ado.net?
How to enable and disable connection pooling?
Explain the different row versions available in table?
What is the difference between Command and CommandBuilder object?
What is difference between ado.net and asp net?
What is the difference between linq and ado.net?
What is untyped dataset?
Why do we use sqldataadapter?
What does adodb stand for?
What are the objects of ado.net?
What is ole2 format?
What is the difference between a datareader and a dataset?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
How to connect and retrieve data from database using dataset
What is DataReader Object?