Hey to those who still are here, lol
Just wrote a very very complex script… everything work but one thing…
So basically when i run Qurey in MySQL CC and tryto select from table WHERE type='Life Insurance" i get no returns, now if i go and coppy and paste the type property (Life Insurance) to the sql qurey it works fine…
so after after some crazy times, i went and looked at the character maps of both Life Insurance isnstanses. And i got that that queys are diferent after all
Works: Life°Insurance¶
Doesn't: Life?Insurance¶
As you can see we got 2 diferent space characters… consired the type of my aplication i might assume tha one of them is Windows and another is Linux Based
Here comes the question: How can I make SQL work with both of them no matter what or how can I easily update my application? My app is a module for existing website