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
Where is system windows forms dll?
Are windows forms still used?
Is typeform free?
which property is used to change to some value to access a identity column in datacontrols?
Which property is used to specify the use of an element in the user interface and reports it to the accessibility aids?
Where to use new keyword other than create instance?
What is a windows forms application?
how barcode print on the win form
Name the property which of menu cannot be set at run time?
Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.
Suppose 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?
What is the difference between the add() and insert() methods of a listbox control?
Which property of the errorprovider control automatically sets to the form to which?
What is form and meaning?
Name the method that has to be overridden to change the appearance of the control that is inherited from an existing control.