‎2008 Feb 25 5:04 AM
if we given a size of the table using data class and size.if the field memory exceeded where it will store data.
‎2008 Feb 25 8:28 AM
Hi!
The data will still be stored in the table in the Database. The system will allocate further memory to the table. These parameters are used only as indications for reserving certain memory space for the table at the time of creation.
Cheers!