Data Access Page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a data access page for our Intranet. I can view the data on
our work stations but are unable to edit the data? How can I edit the data?

Thanks.
 
This first thing to look in this situation is a missing primary key on the
table(s).

Another possibility would be the use of an un-updatable query (too complex
or using thing such as a Group By).

Setting the UniqueTable or the ResyncCommand properties can also help.
 
Back
Top