-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error : Unable to transcode Buffer #114
Comments
node version ? |
It's v10.15.0 |
Check you data does it contain |
My data is an image, it's a binary data, so I think that is why it can't be read. In fact I don't need to get that data, I just need the names of the columns, and my way was to select the first row of the table. Do you know any better way to get the columns names? Thank you very much for your help. |
I'm having this same issue in retrieving a field with BLOB data. I receive this error:
I'm running Node v8.15.0. In my case, I really do need this data, as I'm exporting it into another database. Any suggestions? Thanks! |
Hello |
Hello,
I am trying to get all columns of a table.
I did this query :
But I get this error :
Uncaught Error: Unable to transcode Buffer [U_INVALID_CHAR_FOUND] at spawn.js :124
I found that it occurs only when I have a Ole object in my table (it works fine with other tables)
I don't want to get the image, I just need the column name. How can I achieve that?
Thank you very much.
The text was updated successfully, but these errors were encountered: