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
How to bind the controls(best practice) comboboxes to the data in the dataset?
Which object holds only data and does not interact with data source?
What is Serialization in .NET? what are the types of Serialization?
What is ado rdo dao in visual basic?
What are the advantages using ado.net?
What is commandbuilder in ado.net?
What is the use of SqlCommand object?
What is serialization and de-serialization in .net?
What are the 3 major types of connection objects in ado.net?
Which is faster sqldataadapter and sqldatareader?
How does ado.net work?
Why do we need ado.net?
What is an ado connection?
How do you find the count of records in a dataset?
Which keyword is used to accept variable number of parameters?