コミュニティ

Repeating group cuts the last digit

Hello,

first sorry on my english. I have repeating group DELIVERY_NO on my invoice. Delivery number contains 8 or 9 digits. My problem is that definition shows correct data, but export to SQL inserts only 8 digits.

I have tried making new project, but without success.
Thank you

PS I dont know how to upload picture here

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

3件のコメント

  • Avatar
    Ilya Evdokimov

    I have had a similar situation before.  Check your SQL field settings by going into Design of your table, and make sure it is set to a sufficient length, such as nvarchar(10).  Now it is probably set to something else.

    ilya

    0
  • Avatar
    Permanently deleted user

    SQL field is ok. Example of problem:

    Delivery numbers: 1   2   3   10 12

    Export stops on number 10 and  message is: Primary key delivery_no 1 already exist.

    I have tried to make new project, new definition and still the same problem

    0
  • Avatar
    Permanently deleted user

    Hello,

    The issue you are reporting can be related to the DB provider used for connection. As the case may require further thorough investigation, please address to your regional support with the sample project and documents demonstrating the issue and details of your DB connection.

    0

サインインしてコメントを残してください。