i have a table with column sno with 30 records. i want to
update this column by item by item in asp.net. i wantto
enter new values into that from 1 to 30 how is it possible
with backend c#
Answer Posted / guest
This will be possible by writing an updatable cursor, as
cursor does row by row manipulatio in table records.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
Do we need commit after truncate?
Can one improve the performance of sql*loader? : aql loader
Why do we create views in sql?
How can use stored procedures in sql?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
Can we insert delete data in view?
What is the use of function "module procedure" in pl/sql?
what is a trigger in mysql? : Sql dba
What does the file extension accdb stand for?
Is a secondary key the same as a foreign key?
How do you break a loop in pl sql?
which tcp/ip port does sql server run on? : Sql dba
Does pl sql work in mysql?
What is the primary use of normalization?