Re: "Operation Must Use An Updatable Query"?
- From: "Nicholas Paldino [.NET/C# MVP]" <mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 2 Jun 2006 12:28:00 -0400
Can you show some code which you are using to try and update the
database with?
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx
"cyber0ne" <cyber0ne1@xxxxxxxxx> wrote in message
news:1149263588.528976.268240@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I'm having a bit of trouble adding records to a local .DB file (using a
Paradox connection string). I checked the file permissions, and for
testing purposes set Everyone to Full access. But it seems that I can
add one and only one record to the table, any other attempts to insert
a record generate the error:
"Operation Must Use An Updatable Query"
I can access the table via other means, delete that one record, try
again, same results. Then I close out my application, leave the record
in the table, re-open the application and try again, and it gives the
same error before entering anything (since one and only one record is
already in the table).
Any idea what might be wrong?
.
- Follow-Ups:
- Re: "Operation Must Use An Updatable Query"?
- From: cyber0ne
- Re: "Operation Must Use An Updatable Query"?
- References:
- "Operation Must Use An Updatable Query"?
- From: cyber0ne
- "Operation Must Use An Updatable Query"?
- Prev by Date: Re: "Operation Must Use An Updatable Query"?
- Next by Date: Re: Annoying flickering problem
- Previous by thread: Re: "Operation Must Use An Updatable Query"?
- Next by thread: Re: "Operation Must Use An Updatable Query"?
- Index(es):
Relevant Pages
|