Question operation must not use an updatable query

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
 
first form which is woking fine:
*attached

second form where the problem is:
*attached

Module:
*attached
 

Attachments

  • first.txt
    12.4 KB · Views: 15
  • second.txt
    14.3 KB · Views: 15
  • module.txt
    5.1 KB · Views: 14
Last edited by a moderator:
Back
Top