How to read data without DELIMITER? #158
-
How to read data without delimiter? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
What version are you using? I thought I fixed that issue. Looking at the code I am making sure that the buffer has content before reading. So it should break out if the buffers empty. This isn't the best, like I told the last guy, it's called delimited string connection for a reason. But it should work, he had confirmed it. #154 You can always write your own connection if you need finer control. |
Beta Was this translation helpful? Give feedback.
-
OK cool. Thanks for the update. |
Beta Was this translation helpful? Give feedback.
What version are you using?
I thought I fixed that issue. Looking at the code I am making sure that the buffer has content before reading. So it should break out if the buffers empty.
This isn't the best, like I told the last guy, it's called delimited string connection for a reason. But it should work, he had confirmed it. #154
You can always write your own connection if you need finer control.