hi all, i have looked around the forum for an answer to my problem but have not found a solution, so here goes!
I'm using a passthrough query to collect some text data off my works sql server. The fetch works fine however, the text string result is often greater than 255 characters long. I note that as soon as the 255 character threshold is met, the query will insert the remainder text on the next line of the query. My question is how do i read all lines in the result and insert the complete result into a "memo field" within my table? I want to use an update query or similar?
Any ideas? Thanks
I'm using a passthrough query to collect some text data off my works sql server. The fetch works fine however, the text string result is often greater than 255 characters long. I note that as soon as the 255 character threshold is met, the query will insert the remainder text on the next line of the query. My question is how do i read all lines in the result and insert the complete result into a "memo field" within my table? I want to use an update query or similar?
Any ideas? Thanks