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

What is the extension of the windows installer file?

577


What is the difference between the add() and insert() methods of a listbox control?

586


What is the advantage of a form?

565


Where is system windows forms dll?

543


Name the template that is used to create a user-defined component.

517






Explain the need of z-order method?

518


What are windows based applications?

538


how print barcode

2107


What are the properties of datacontrol?

2033


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

539


Which property is used to specify the use of an element in the user interface and reports it to the accessibility aids?

555


Explain how many number of events does the timer controls?

524


Which window allows viewing the resources of the servers, such as services, processes and the event log?

593


What are the forms of graphics?

515


Which property of the errorprovider control automatically sets to the form to which?

552