My report takes the credit card number from an oracle database and simply places it on the report. The problem is for each MasterCard or Visa account(16 digits) the last digit is being changed. For AMEX accounts (15 digits) the number appears fine.
Is there a numeric field size limit? Could the 16 digits be bordering the size of a "Double" field length?
Is there a numeric field size limit? Could the 16 digits be bordering the size of a "Double" field length?