hi,
After starting to work with the Entity Developer.
I'm fetching some data from my Sqlite database.
one of the field in the table is from the type CHAR.
and I notice that it brings back wrong values.
instead of one single CHAR it brings something like: 0 '\0'.
I tried to check things the way I know them, and could'nt find the solution for why the value is wrong.
Shahar
wong value in a char field of the Entity Developer's class
some more info
hi,
I've tried to change the values in the table of the problematic field to '1'.
and still it brings back values like '1 '''.
the problem is in only one field the other fields brings back the right values.
is there anything that can be done, to solve this. I'm stuck with this project.
and realy want to use your technology.
Shahar.
I've tried to change the values in the table of the problematic field to '1'.
and still it brings back values like '1 '''.
the problem is in only one field the other fields brings back the right values.
is there anything that can be done, to solve this. I'm stuck with this project.
and realy want to use your technology.
Shahar.
-
- Devart Team
- Posts: 1710
- Joined: Thu 03 Dec 2009 10:48
the solution
hi
I"ve replaced the char field to a boolean.
that solved for me the situation.
Shahar.
I"ve replaced the char field to a boolean.
that solved for me the situation.
Shahar.