Table Size more then 4000 bytes

vijay_gvijay_g Member Posts: 884
hi experts,
in nav 4.0 sp3 ,any solution to make a table more then 4000 bytes size becoz when we accross this size then it does show error like "the active field in a record may not take up more then 4000 bytes"


Thanx in advance




Vijay Kumar Gupta

Comments

  • krikikriki Member, Moderator Posts: 9,110
    You can disable or shorten some fields.

    Or you can use a second table in which to put some fields.

    For the moment, there are no other ways.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • matteo_montanarimatteo_montanari Member Posts: 189
    vijay_g wrote:
    hi experts,
    in nav 4.0 sp3 ,any solution to make a table more then 4000 bytes size becoz when we accross this size then it does show error like "the active field in a record may not take up more then 4000 bytes"


    Thanx in advance

    Vijay Kumar Gupta

    Hi

    Are you on SQL Server or a Navision Database?

    If you use SQL, you can change on table "$ndo$dbproperty" Field "maxrecsize" to 8060 (maximum SQL record size).
    But doing this, you can't restore your database to a Navision Database because you will break the compatibility.

    Bye

    Matteo
    Reno Sistemi Navision Developer
  • David_SingletonDavid_Singleton Member Posts: 5,479
    Seriously think why you need more than 4000 bytes and rethink your design. If the table is this big then its probably a bad design.
    David Singleton
Sign In or Register to comment.