Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 dialog box allows users to switch to another area of the application?

1096


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

1121


Explain how many number of events does the timer controls?

985


What is form based application?

1008


What is an example of form?

1059


Explain how to split a column header in gridview using c#.net?

1044


What is a windows forms application?

1045


How to show a ContextMenuStrip instead of cthe default ContextMenuStrip,when you rightclick on the non client area of a window's Form or when alt+space keys are pressed

2286


What is form and its types?

1055


How is anchoring different from docking?

1263


What are the three states set in a checkstate property?

1021


How save rerecord in the database?

1100


Which property value of the helpnavigator property will display the index for a specified topic?

1057


Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.

971


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

1001