|
|
Question : READTEXT
|
|
How can I repeatedly use READTEXT and advance my self to next offset and read the returned value into a variable.
In other words I only need the syntax how to return what was read into a variable.
|
Answer : READTEXT
|
|
It doesn't seem to be possible from ReadText, which is a bummer (at least I haven't been able to do it this way).
You could either (a) create a Stored Procedure that returned the READTEXT value, and assign from there, or (b) use the Substring function to emulate this functionality.
|
|
|
|
|