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


Please Help Members By Posting Answers For Below Questions

which property is used to change to some value to access a identity column in datacontrols?

1866


What are the components of gui for windows?

699


What is a windows based application?

708


Are windows forms still used?

782


What is the difference between pixels, points, and em’s when fonts are displayed?

759


What are windows based applications?

670


How to create a set up in vb.net for desktop application please say steps with examples?

719


How to use the FindControl() function to preselect an item in my dropdownlist?

1896


What is the synonym of form?

676


Which method of the messagebox class is used to display a message in the message box?

743


Explain how barcode create in the report?

753


Explain something about crystal report in brief?

720


Name the property which of menu cannot be set at run time?

836


Name the method that has to be overridden to change the appearance of the control that is inherited from an existing control.

752


What are the three states set in a checkstate property?

736