The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"Database error using write database operator"
mengkoon007
Member Posts: 30 Contributor II
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?
Tagged:
0
Answers
What type of database are you using? I remember having to hunt for a global parameter to set that in MySQL a while ago.
Hi,
I am using MySQL database.
Hi,
It seems the issue is resolved if i convert the column from nominal to text datatype.