1
0
-1

I’ve created multiple forms pointing to same table. Forms are rather extensive. Is there a system limit to amount of field id’s per table? Using Oracle DB.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      It is limited due to database's constraint. In your case, Oracle table column limit - probably 1000. https://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:53174778859588

        CommentAdd your comment...