Click here to Skip to main content
15,892,768 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have datagridview & database my aim is to save data in database and view it on datagridview.
my problems is
i have managed to add data into database and view it on datagridview but when closed ,it automatically gets deleted,when i add data in database file manually in debug folder[where actually i didn't save it] it is seen in datagrid view
i tried changing the Copy to Output Directory to do not copy which resulted in an oledbexception unhandled "Could not find file ..." error.
Posted
Comments
codejet 18-Jan-13 2:24am    
Code? I strongly suspect the data you enter in the datagridview is not persisted to the database. Snippets of your code would help .

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