You're talking about LONG VARCHAR, don't you?hi ,i don't know how to search data from Sapdb with long type in Java. who can help me? and what must i do?
One of SAPDB's limits is, that you can't compare a LONG-field.
There no way of doing something like WHERE long_field LIKE 'test*'
I think even an index is impossible.
I would split the String into many small Strings and but them into another table with a VARCHAR column. That would make it possible, to search the actually splitted field with a normal SQL-Statement.
I have no idea, how to do than another way.
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general
