nageswara rao


{ City } hyderabad
< Country > india
* Profession * student
User No # 11494
Total Questions Posted # 0
Total Answers Posted # 6

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 79
Users Marked my Answers as Wrong # 98
Questions / { nageswara rao }
Questions Answers Category Views Company eMail




Answers / { nageswara rao }

Question { Evalueserve, 12577 }

what is the cursor life span?


Answer

hi friends this is answer as per me,

when static cursor used the cursor lifespan is within
the program only(pl/sql program).its life end when it comes
outside the program
when dynamic cursor is used the cursor is accessable by
outside other programs with in same connection ,not another
connection.i.e its lifespan is with in connection

Is This Answer Correct ?    5 Yes 1 No

Question { TCS, 13336 }

what is a cursor


Answer

cursor acts as datatype for holding composite
variable.composite variable hold more than one value at a
time.

when ever u declare a cursor it tells to sqlserver that
memory is create for that cursor
whenever u open the cursor it executes select statement in
declare section and reserves memory stored the result of
execution in this memory.and reserves pointer to the before
first

Is This Answer Correct ?    1 Yes 1 No


Question { 7105 }

what is namespace?


Answer

namespace is collection of different types of classes

Is This Answer Correct ?    2 Yes 1 No

Question { HP, 45221 }

What is the difference between two queries:
1. SELECT * FROM table WHERE 1=1;
2. SELECT * FROM table


Answer

in first query 1=1 always true,then it retrives all columns
in a table.
so,there is no difference in between these two

Is This Answer Correct ?    39 Yes 3 No

Question { TCS, 95336 }

Advantages and Disadvantages of Cursor?


Answer

as per my Knowledge cursor is data type which is used to
define multivalue variable.if u take int a ,here a is
static variable which hold only one value at a time.in some
situvations we need data type variable which hold
multivalues


if any one find new answer ,send me
nag.mca08@gmail.com

Is This Answer Correct ?    28 Yes 89 No

Question { eXensys, 16274 }

What are the Different layers in ADO.Net?


Answer

1.
2.business logic layer
3.data access layer

Is This Answer Correct ?    4 Yes 3 No