After transferring our project to MySql DB I receive the following error when clicking on any object in any diagram:
"Microsoft OLE DB Provider for ODBC Drivers [-2147217900]
[MySQL][ODBC 5.3(w) Driver][mysqld-5.0.45-community-nt]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Precision, Scale,
Const, Style, Classifier, Default, Type, StyleEx
FROM t_attr' at line 3
Context:
SELECT
Name, Scope, Stereotype, Containment, IsStatic, IsCollection, IsOrdered, AllowDuplicates,
LowerBound, UpperBound, Container, Notes, Derived, ID, GenOption, Length, Precision, Scale,
Const, Style, Classifier, Default, Type, StyleEx
FROM t_attribute
WHERE t_attribute.Object_ID = 20243"
I searched the DB for this Item but in the table "t_attributes" there's no object_id 20243.
Before transferring the model to the DB, I started the Project integrity check with "recover/clean" option checked.
I also ran the sql script "EASchema_851_MySQL_InnoDB.sql" on the DB.
After that I used "Project Transfer File to DBMS" to transfer the model to the DB with no errors.
Can anyone give advice on how to fix the error?