Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

memory exceeded

Former Member
0 Likes
292

if we given a size of the table using data class and size.if the field memory exceeded where it will store data.

1 REPLY 1
Read only

Former Member
0 Likes
259

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!