Maximum field size

V

VR

Is there any way to set the maximum field size for a Text column to store
more than 255 chars? Or I just need to cut the string into 255 chars blocks
and use multiple columns?


Thanks a lot,
Victor Reboucas
 
A

adsl

VR said:
Is there any way to set the maximum field size for a Text column to store
more than 255 chars? Or I just need to cut the string into 255 chars
blocks and use multiple columns?


Thanks a lot,
Victor Reboucas
 
A

adsl

VR said:
Is there any way to set the maximum field size for a Text column to store
more than 255 chars? Or I just need to cut the string into 255 chars
blocks and use multiple columns?


Thanks a lot,
Victor Reboucas
 
A

adsl

VR said:
Is there any way to set the maximum field size for a Text column to store
more than 255 chars? Or I just need to cut the string into 255 chars
blocks and use multiple columns?


Thanks a lot,
Victor Reboucas
 
Top