Wrox Home  
Search P2P Archive for: Go

  Return to Index  

ado_dotnet thread: Operation must use an updatable query


Message #1 by egidio.zindato@l... on Wed, 18 Dec 2002 18:49:13
Hi,
I have a problem with the file synchronize.aspx of book: "Beginning 
asp.net with vb.net", chapter 13.
When I try to load it the server return to me a message like that in 
object.

The problem is with the use of DataAdapter.update Method, the database 
northwind.
The error message is: 

Operation must use an updatable query.

Thanks in advance,
Egidio Zindato
Message #2 by "Ken Schaefer" <ken@a...> on Thu, 19 Dec 2002 13:29:42 +1100
NTFS permissions need to be changed...

If you're not using impersonation, then give the ASPNet user account
permissions to the folder (and files) where the Access database is (RWXD).

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: <egidio.zindato@l...>
Subject: [ado_dotnet] Operation must use an updatable query


: Hi,
: I have a problem with the file synchronize.aspx of book: "Beginning
: asp.net with vb.net", chapter 13.
: When I try to load it the server return to me a message like that in
: object.
:
: The problem is with the use of DataAdapter.update Method, the database
: northwind.
: The error message is:
:
: Operation must use an updatable query.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Message #3 by egidio.zindato@l... on Thu, 19 Dec 2002 15:44:32
> Hi,
I>  have a problem with the file synchronize.aspx of book: "Beginning 
a> sp.net with vb.net", chapter 13.
W> hen I try to load it the server return to me a message like that in 
o> bject.

> The problem is with the use of DataAdapter.update Method, the database 
n> orthwind.
T> he error message is: 

> Operation must use an updatable query.

> Thanks in advance,
E> gidio Zindato

_How can I set the NTFS permission on my system, Windows xp pro service 
pack 1?
Best regards
Egidio Zindato

  Return to Index