Hello All,
I need help in cluster table concept.
I have a table with 2 fields as name and text.
In field text i should be able to store longtext. It can be more than 5000 or 10000 chars of text.
1) In order to store that, can i give the domain for text field as
string. will that work.
2) If that does not work, can i achieve through cluster table ?
3) Could you please tell me the steps to create cluster table and also how to insert and select the data from cluster table.
Here, for me cluster table is to just store the longtext of above table.
Your help will be appreciated and also awarded with points.
Thanks in Advance.