• Bill,

    Many of the sysmessage strings contain placeholders that should be fed variables run-time. Extracting the string only will produce messages like this:

    "Cannot insert the value NULL into column '%.*ls', table '%.*ls'; column does not allow nulls. %ls fails."

    Essential information about which column and which table is missing.

    Sincerely,

    Lasse