Error 3001 Invalid Argument

G

Guest

I'm running a very simple query against an ODBC Oracle database.

SELECT DISTINCT GLKCO
FROM PRODDTA_F0911;

The query returns records, but when I try and save the query I get Error #
3001 Invalid Argument. What gives?
 
A

Allen Browne

Could the problem be Name AutoCorrect?

Uncheck the boxes under:
Tools | Options | General | Name AutoCorrect
Explanation:
http://allenbrowne.com/bug-03.html

Then compact the database:
Tools | Database Utilities | Compact

Then recreate the query from scratch.

If that does not solve the problem, and there are no other permission or
corruption issues, it's hard to imagine what could cause the error.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top