hi
i use chronoconnectivity and it works! I can read all row of my database.
The only problem is the rows are cutted... the text in the row ends about 250 character...
i use display tipe:table
and in column list i use: connection_name.field_name:text1
i use chronoconnectivity and it works! I can read all row of my database.
The only problem is the rows are cutted... the text in the row ends about 250 character...
i use display tipe:table
and in column list i use: connection_name.field_name:text1
Hi hubneraf,
When the table was created you have probably left the column Type as VARCHAR(255). That will limit the data saved to 255 bytes. Please change the column Type to TEXT to save longer messages.
Bob
When the table was created you have probably left the column Type as VARCHAR(255). That will limit the data saved to 255 bytes. Please change the column Type to TEXT to save longer messages.
Bob
but in chronoform i read all row, only in chronoconnectivity i read a cute row...
This topic is locked and no more replies can be posted.