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
which property is used to change to some value to access a identity column in datacontrols?
What are the components of gui for windows?
What is a windows based application?
Are windows forms still used?
What is the difference between pixels, points, and em’s when fonts are displayed?
What are windows based applications?
How to create a set up in vb.net for desktop application please say steps with examples?
How to use the FindControl() function to preselect an item in my dropdownlist?
What is the synonym of form?
Which method of the messagebox class is used to display a message in the message box?
Explain how barcode create in the report?
Explain something about crystal report in brief?
Name the property which of menu cannot be set at run time?
Name the method that has to be overridden to change the appearance of the control that is inherited from an existing control.
What are the three states set in a checkstate property?