I have a problem loading a very long text field from SQL database.
Data retrieved are truncated.
In database, field Terms in table "myTable" is "In terms of contract fulfillment and recruiting, the positive of oDesk is that you can allow freelancers within your agency to work on their own, in addition to what you provide"
doing:
TAB_TERMS:
select Terms from myTable;
STORE * FROM TAB_TERMS INTO $(V_PATH_QVD)TAB_TERMS.qvd;
I have, in QW:
"In terms of contract fulfillment and recruiting, the positive of oDesk is that you can"
What's wrong? Is there a limit of char number that QW can manage?