ODBC link to MySQL, can write, but not edit or delete
- From: "Petr Danes" <skruspammers@xxxxxxx>
- Date: Fri, 18 Dec 2009 20:16:20 +0100
I have a MySQL database on a server in our shop, which I'm running through
an ODBC link. Very simple table (experimental part of a larger project), one
text field, the primary key. I have two queries, one which loads the table,
one which clears it. The load runs fine, shovels in around 300 records with
nary a peep. But the delete query fails, as does VBA code with error 3027
when I try to clear it again, or even execute rst.Edit. I have to log onto
the server and run a query directly in MySQL to empty the table. I've looked
at all the permissions I can find and all are set to unrestricted access.
What I have, seemingly, is a write-only-once table. I can add records, but
not edit or delete them. Anybody?
Pete
--
This e-mail address is fake, to keep spammers and their address harvesters
out of my hair. If you want to get in touch personally, I am 'pdanes' and I
use yahoo mail. But please use the newsgroup when possible, so that all may
benefit from the exchange of ideas.
.
- Follow-Ups:
- Prev by Date: Re: Record delete when import?
- Next by Date: Re: ODBC link to MySQL, can write, but not edit or delete
- Previous by thread: Access 2007 connecting to Oracle 9i
- Next by thread: Re: ODBC link to MySQL, can write, but not edit or delete
- Index(es):
Relevant Pages
|