Hi, I am implementing one windows form. I am inserting some
values into ms access. In that table 5 columns there. But I
want to insert three columns only. when I am clicking
another button then other two values also insert into that
table. please help me
Answer Posted / karthik
1st button
Insert into table names (@column1,@column2,@column3,'','')
2nd button
update tablename set column4=@column4,column5=@column5
where column1=@column1 and column2=@column2 and
column3=@column3
hope it will help
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is the difference between the add() and insert() methods of a listbox control?
What is the use of play() playlooping() functions?
How can you pause a timer control?
What is a windows based application?
Name the template that is used to create a user-defined component.
What is a windows forms application?
Which template creates a .net compact framework 2.0 forms application for pocket pc 2003 and later?
Explain how to net forms the windows?
Which of the following position is the default docking position of the statusstrip control on the form?
What is difference between winforms and windows forms?
To which namespace does the control class belong?
how barcode print on the win form
How insert record in the database?
What is the difference between desktop application and windows application?
What is form technology?