dear all, hopefully anybody here can help me, I had this huge problem, I import thousends of files into a sapdb database and sometimes if i want to retrieve the data with a simple select like: SELECT * FROM MY_TABLE i become something like this (all integers!) col_1 | col_2 | col_3 ----------------|-------|---------- 12 | 324 | stupid rectangle like [] Drop Parseid3 | [] | [],[] thats realy hard to describe this problem, theoretical it must be a table like this col_1 | col_2 | col_3 ----------------|-------|---------- 12 | 324 | 43 2443254 | 345 | 23 and some samples it runs and some samples i become this result. a little background, for testing all files identical, the datas are in the database avaible and correct (tested with sqlstudio), I using java and the sapdb jdbc driver from a remote pc I insert the datas with autocommit = off what coud it be? collegs tell me: - network problem, - jdbc problem, - memory acces problem, pointer problem... can anybody help me? cheers gert