On 29 Lug, 08:59, Processor Devil <[email protected]> wrote: > Have you tried something like SELECT CONCAT(item1'-'item2-'-'item3) FROM > table ?
no, because I'm using sql server CE, and I can't use a lot of commands that I could use in sql... I've tried to select * from table and I' ve created a structure with fixed string as a public structure. then i put all the fields from the table into the structure, and then I use the FILEPUT instruction (the streamwriter writes the name of the structure, not the content of it)
