"Database error using write database operator"

mengkoon007
mengkoon007 New Altair Community Member
edited November 2024 in Community Q&A

Hi,

I am trying to write data to a database using "Write Database" operator, however I faced an error as below. I tried to change the length of the varchar to 2000 in the database and then try to run the process again but it still show the same error. Can anyone kindly help on this?

database error - attr.gif

 

write database.gif

Answers

  • Thomas_Ott
    Thomas_Ott New Altair Community Member

    What type of database are you using? I remember having to hunt for a global parameter to set that in MySQL a while ago. 

  • mengkoon007
    mengkoon007 New Altair Community Member

    Hi,

    I am using MySQL database.

  • mengkoon007
    mengkoon007 New Altair Community Member

    Hi,

    It seems the issue is resolved if i convert the column from nominal to text datatype.