What is the meaning of resultset type_scroll_insensitive?



What is the meaning of resultset type_scroll_insensitive?..

Answer / Vinesh Kumar Gusain

ResultSet type_scroll_insensitive means that once a ResultSet has been fully or partially scrolled, it may continue to scroll in either direction from its current position. However, if any column's order changes between two consecutive ResultSet fetch operations, the ResultSet becomes invalid.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is difference statement and preparedstatement?

1 Answers  


What are the types of joins in sql?

1 Answers  


what is a major difference between sql server 6.5 and 7.0 platform wise? : Sql server database administration

1 Answers  


What are the types of stored procedures in an sql server?

1 Answers  


What is difference between commit and rollback when used in transactions?

1 Answers  


you are provided with the single table having say 4 col ie fname lname age city , now the all records with displying of only fname and lname is required but in this format say my name is abhay khanna it will come like this abhay-khanna rahul-roy gaurav-singh the above format is required

3 Answers  


what is the cursor life span?

5 Answers   Evalueserve, HG,


Will sql server 2005 allow you to reduce the size of a column?

1 Answers  


What are the different types of indexes?

1 Answers   Blue Star,


What is a function? Give some example?

3 Answers  


Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?

2 Answers  


how you can get the list of largest tables in a database? : Sql server administration

1 Answers  


Categories