Why this message show every time?

I don`t know Why this message show every time?

Hello.

As I don´t know your database structure try to execute the query directly on your database client.

1 Like

Thank you very much.
But I made many fields like this , So .No merror messages

Thanks to God.
I solved this issue, by changing the field name “Travel_From” to “travel_from_name”
and it worked very good

Scriptcase parses the code and interpreted wrong appearantly into Travel From as the underscore is used sometimes to represent a space…

2 Likes

Hi, when you use SQL fields with capital letters you put between commas
Travel_From = “Travel_From”

Many Thanks for your response