G
Guest
I'm trying to update an Access table from a Perl script with DBI and
DBD::ODBC. (There is serious number crunching involved that I already have
programmed in Perl, and I haven't used Basic for anything much in 35 years.)
To my surprise I didn't have much trouble connecting. SELECT works fine too,
but UPDATE gives me the "Operation must use an updateable query" message.
Since this is a simple one-table update, it's the permissions problem, not
the cross tabs problem. As a newbie to Access, I'm unfamiliar with setting
permissions in it -- somewhere in the Windows XP, DSN, Access chain I don't
have write permission. Or maybe it's the Internet Guest account. (This same
query works fine on a MySQL database where I understand the permissions
better.) Help! And words of one syllable please. (The Read Only box is NOT
checked in the DSN.)
DBD::ODBC. (There is serious number crunching involved that I already have
programmed in Perl, and I haven't used Basic for anything much in 35 years.)
To my surprise I didn't have much trouble connecting. SELECT works fine too,
but UPDATE gives me the "Operation must use an updateable query" message.
Since this is a simple one-table update, it's the permissions problem, not
the cross tabs problem. As a newbie to Access, I'm unfamiliar with setting
permissions in it -- somewhere in the Windows XP, DSN, Access chain I don't
have write permission. Or maybe it's the Internet Guest account. (This same
query works fine on a MySQL database where I understand the permissions
better.) Help! And words of one syllable please. (The Read Only box is NOT
checked in the DSN.)