kbmMW_Table Attribute is too long

Home Forums kbmMW kbmMW_Table Attribute is too long

Viewing 2 reply threads
  • Author
    Posts
    • #54742
      Alexander Liberov
      Participant

      Kim,

      Sorry to bombard you with requests. It appears Delphi still has 255 character limitation on string constants. When a table has several indexes for example multiple foreign keys, the kbmMW_Table attribute string easily exceeds 255 characters. Is it possible to separate index definitions into separate attributes or maybe you can provide some other solution to this problem.

      Thanks in advance,

      Alex.

    • #54743
      kimbomadsen
      Keymaster

      Hi,

      You can split up the string in multiple strings:

      [kbmMW_Table(‘part1’+
      ‘part2’…)]

    • #54747
      Alexander Liberov
      Participant

      Thanks! It worked and it now looks much clearer.

Viewing 2 reply threads
  • You must be logged in to reply to this topic.