swethajain
Well-known member
- Joined
- Feb 1, 2010
- Messages
- 48
- Programming Experience
- Beginner
Hi,
I developed a windows application which has 2 forms using vb.net and MS access database,
First form is used to insert the task performed by an employee
second form is used to display the list in datagrid of all the tasks done by an employee base on the selection of checkboxes.
Problem is whwn i click save button it is showing operation must use an updatable query.
I am not directly mentioning th edatabase name and path in the code. i used savesettings to save it in the registry and retrieve it from there.
anyone can please help me out
I developed a windows application which has 2 forms using vb.net and MS access database,
First form is used to insert the task performed by an employee
second form is used to display the list in datagrid of all the tasks done by an employee base on the selection of checkboxes.
Problem is whwn i click save button it is showing operation must use an updatable query.
I am not directly mentioning th edatabase name and path in the code. i used savesettings to save it in the registry and retrieve it from there.
anyone can please help me out