What is the significance of data truncation?

Responsive Ad Header

Question

Grade: Education Subject: Support
What is the significance of data truncation?
Asked by:
44 Viewed 44 Answers

Answer (44)

Best Answer
(246)
Data truncation occurs when the data being passed to MySQL is longer than the column's defined length. This can lead to ODBC error 13. Ensure that the data you are inserting or updating doesn't exceed the specified length of the database column.