Skip to content

BLOB Field in Activerecord #315

@budisatya

Description

@budisatya

i used firebird 2.5.9 and DMVC Boron,
i create blob field in firebird ex:
create tableX (
id integer not null,
notes blob sub_type text
);
in active record entity class i use
Notes : String
whene i call rest from client, if blob field is empty, there no error, if blob field has any value, it generate error
"Exception Class Name : EEncodingError
Exception Message : No mapping for the Unicode character exists in the target multi-byte code page"
How to fix this problem?
or any oher idea to contain/load blob field in active record?

Metadata

Metadata

Assignees

No one assigned

    Labels

    as-designedThe behaviour is correct/expected

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions