Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error 3001 - Invalid Argument

Status
Not open for further replies.

MacroAlan

Programmer
Dec 4, 2006
137
US
My SQL statement worked perfectly for the last 3 weeks, today it blows up with "Invalid Argument".
Code:
SELECT DISTINCT CST001_OWH_BCCP_WW_M01.PARTENRL_PART_ID_I AS PART_ID_I INTO BCCP_People FROM CST001_OWH_BCCP_WW_M01 ORDER BY CST001_OWH_BCCP_WW_M01.PARTENRL_PART_ID_I WITH OWNERACCESS OPTION;
Nothing is changed.[ponder]

Help!!





Alan

[smurf]
 
has all the relevant tables remained the same?

--------------------
Procrastinate Now!
 
Yes. So far, all it has done is kill my old table and not let me create the new one.


Alan

[smurf]
 
I just discovered that any query I try to run in this database EXCEPT a simple Select Query gives me this error.

Sounds like a Reference problem or something that got un-registered. [red]Anybody got any ideas?[/red][sad]


Alan

[smurf]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top