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
how can we know the number of days between two given dates using mysql? : Sql dba
What is %type in pl sql?
What is the least restrictive isolation level? : Transact sql
Is foreign key mandatory?
What is null in pl/sql?
What is the most common sql injection tool?
Is sql an operating system?
What do you understand by pl/sql packages?
What is the difference between row level and statement level trigger?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
Explain select statements in sql?
What is a table partition?
What is a heap in sql?
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
What is nested table in pl sql?