Hi List, Im sure the problem is a user (me!) issue but can anyone see anything wrong with this insert statement?
insert into AcctPriv (UserAppno,approval,Clause) values 1245,'N',',''1'',''2'',''3'',''4'',''5'',''6'',''7'',''8'',''9'')' im getting the error message: -ERROR- Insufficient space to process INSERT command Clause is text 50 so that should be enough to handle it, userappno is integer and approval is text 1 so i dont think its either of those in error. im trying to insert this text into that table: ,'1','2','3','4','5','6','7','8','9') Thanks for the help! Atrix

