Click here to Skip to main content
16,022,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when i use this orders to add a name to my data base i just update datagridview

oleDbDataAdapter1.Fill(dataSet11);
oleDbConnection1.Close();



how can update my resource
and how i doing search in my database
Posted
Updated 14-Apr-10 1:34am
v2

1 solution

I assume you are saying that when you update the gridview, it's not updating the Access database.

See here: Chapter 10: Submitting Updates to Your Database continued[^]

if that doesn't work, you may have to set up the TableMappings.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900