Alexey Gaidukov wrote: > I use DBPROCs for returning resultsets. I have truncated only > the first > row only in one DBPROC. After modifications in LONG or in DBPROC data > the bug is not reproducable. > > Can somebody explain me in sqldbctrace file how many symbols > in the field? > > LONG DESCRIPTOR (maxlen=824, internpos=433, > infoset=(with_lock|unicode), valmode=0 (vm_datapart), valind=0, > valpos=130401, vallen=432) > > vallen=432/2=216 symbols? It is not true. > >
vallen=432/2=216 symbols? Is true in case of unicode. But as vm_datapart is given, it is said that only part of the data is transferred with this communication and that maxlen=824 the full length is longer and has to be transferred with additional communication(s). Elke SAP Labs Berlin > > -- > MaxDB Discussion Mailing List > For list archives: http://lists.mysql.com/maxdb > To unsubscribe: > http://lists.mysql.com/[EMAIL PROTECTED] > > -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]