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 are controls in windows forms?
Where is system windows forms dll?
Which method of the messagebox class is used to display a message in the message box?
What is form technology?
Is typeform free?
i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net
Is form action required?
Which window displays messages for the status of various features provided in the visual studio .net ide?
What is the use of runworkasync() methods?
What is form design?
What is a windows based application?
Explain something about crystal report in brief?
What are the different cloud platforms?
Are windows forms still used?
To which namespace does the control class belong?