Announcements

Community notifications may experience intermittent interruptions between 10–12 November during scheduled maintenance. We appreciate your patience.

What is the error in this code?

What is the error in this code?

paul_alejandro_r
Not applicable
76 Views
2 Replies
Message 1 of 3

What is the error in this code?

paul_alejandro_r
Not applicable

[ FlexSim 18.1.2 ]

I am trying to insert the input from a sink in a database, however, it is displaying this error.

14203-odbc-error-syntaxis.png

I have checked the code and I can`t find the mistake.I have used this code before and it has worked pretty well, but now I don`t know what happened.

14205-code-error.png

The names from the data base match the code, so that is not the problem.

14204-sql.png

Please help me to find the mistake. Thanks. (I can`t post the code because flexsim does not let me)

0 Likes
Accepted solutions (1)
77 Views
2 Replies
Replies (2)
Message 2 of 3

JordanLJohnson
Autodesk
Autodesk
Accepted solution

It looks like you are using the accent/grave character: `

Try with the apostrophe character: '

.


Jordan Johnson
Principal Software Engineer
>

Message 3 of 3

paul_alejandro_r
Not applicable

Thak you @jordan.johnson.In effect, the character you mentions was the problem. I was able to fix it.

0 Likes