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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error 01417 with INSERT

Status
Not open for further replies.

WizZerD

Programmer
Jun 8, 2004
8
0
0
SE
I know it's basic, but I just can 't get round this problem.

INSERT INTO INSTANCE_LBL_EV_TB(INSTANCE_LABEL,STATUS,EVENT_TYPE) values(1,2,3);

results in the following:
^
Error: 00134 SQL CNO ERROR.SQL NOT FOUND LOOKING UP ERROR 01417

Yes the table is there & I am connected with sysadm.

Any help greatly appreciated.
 
Silly mistake...

I was missing an index on the table.

8-}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top