I'm getting a general error -9000 when I try to insert text into a long
field if the query and text are over 7925 characters.

What can I do?

Query:
insert into resumes ( resume ) values ( '
... lot's of text here ...
')

Table definition:
create table resumes ( resume long )

Error:
[SAP AG][LIBSQLOD SO][SAP DB]General error;-9000 POS(1) System error: Not
yet implemented.


TIA

Charlie

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to