F
flycast
Guest
Hello:
I have the following query that works fine in the query editor in Access:
When I attempt to run the query with some code through an ODBC connection I get the following error:
I can run other queries programatically without problems...any ideas?
I have the following query that works fine in the query editor in Access:
SELECT MSysObjects.Name, MSysObjects.Type
FROM MSysObjects
WHERE (((MSysObjects.Name) Not Like "MSys*") AND ((MSysObjects.Type)=1));
When I attempt to run the query with some code through an ODBC connection I get the following error:
ERROR [42000] [Microsoft][ODBC Microsoft Access Driver] Record(s) cannot be read; no read permission on 'MSysObjects'.
I can run other queries programatically without problems...any ideas?