hi peter,
QUOTE (peterlaursen @ Oct 3 2006, 12:16 PM)

sorry Tom but we do not understand you here:
do you complain about a crash or a missing " ??
neither
the bug is, that not all rows are being copied into the clipboard. this behavior occurs when you
copy the data into the clipboard with variable length. it seems also to occure only when you
have in the result varchar's build with concat, if you make a normal "select fieldname1, fieldname2
from sometable" there isn't any problem with the copy to clipboard. it also does not occure when
you export the resultset into csv. a line would look like:
CODE
concat('sometext ',memberid,';')
"sometext 112687
;"
"sometext 112688
;"
this brings me to some speculation about correct setting of "\n" of resultfields that are not fields in a
table and that this additional \n is making the problem.
QUOTE (peterlaursen @ Oct 3 2006, 12:16 PM)

copy the returned row(s) to clipboard. paste into Notepad and get results like
i did copy it to different editors, all with the same result (and here is the result)
CODE
"sometext 112687
QUOTE
no crash .. no missing " . Please explain so that even I can understand this!
the good news, there is no crash

. the bad news, the behavior is not the same as you described

.
BUT the copy to clipboard does work if you use "fixed length" in the pop-up for the fields. than
everything works correctly.
hopefully I explained it now a bit more clear. if you need you can have screenshots, just give me
a short message.
cheers