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

Answers were Sorted based on User's Feedback



Hi, I am implementing one windows form. I am inserting some values into ms access. In that table 5..

Answer / 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

Hi, I am implementing one windows form. I am inserting some values into ms access. In that table 5..

Answer / balaji

first time insetr five columns but two columns are empty
value thats null value when we click another button update
query is used insert remaining columns (where condition
filled columns value)

Is This Answer Correct ?    8 Yes 0 No

Hi, I am implementing one windows form. I am inserting some values into ms access. In that table 5..

Answer / ananth

tel me clearly...............

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Dot Net WindowsForms Interview Questions

What are windows based applications?

0 Answers  


how barcode print on the win form

0 Answers   Wipro,


what is the control used to call a windows application?

1 Answers  


I have two combobox .. and i have some items in both combobox now i need to check the item in both combobox if same item is Present in both combobox i need to display that item in message box

9 Answers   CSS, Wipro,


What is the use of runworkasync() methods?

0 Answers  


How many nuber of controls are there in form?

1 Answers   Morgan Stanley,


what are the differences between image and picture controls?

1 Answers  


What is the full form of gac?

0 Answers  


Explain the new events in textbox that has been included in vb?

0 Answers  


What is a windows form application?

0 Answers  


What are the components of gui for windows?

0 Answers  


Explain how to add resources during runtime?

0 Answers  


Categories