Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
and got the below error: " DBD::ODBC::db prepare failed: MicrosoftODBC Microsoft Access Driver Invalid SQL statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or 'UPDATE'. "$queryHandle = $dbshop->prepare(" GRANT SELECT ON Table to John "); $queryHandle->execute() or die;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SQL permissions
by Anonymous Monk on Jul 15, 2009 at 11:24 UTC |