Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blob error if the subtype isn't binary #307

Open
felipedllinfo opened this issue May 9, 2023 · 1 comment
Open

Blob error if the subtype isn't binary #307

felipedllinfo opened this issue May 9, 2023 · 1 comment

Comments

@felipedllinfo
Copy link

Hi,
I have an issue, there is a blob colum that isn't subtype binary and when i made a select and try to save the file it isn't recording correctly. i try to cast in select but without success.

@felipedllinfo
Copy link
Author

Updating the case,
I try to do this cast:
SELECT CAST(CAST(X.CBD_VLR_BLB AS BLOB SUB_TYPE 1 SEGMENT SIZE 80 CHARACTER SET NONE) AS BINARIO)
FROM CBD_CONFIGURACOESBD X
WHERE X.CBD_DSC = key

but it doesn't work, i create a new field with this set and it works. But i need to use this field, because the system works with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant