Raffles666
IS-IT--Management
I have a cunning little problem with my SQL string.
There are a couple of people using my program in Germany - with the German language etc set on their PC's (as you'd expect).
Trouble is - when they run my program they encounter a little error that took me a while to find.
If I run the exact same program on my UK (English) PC - I don't see the error.
The error turned out to be the way that VB6 translated my variables.
It keps translating my True/False keywords in to Wahr/Falsch (I'm using using CBool btw). This makes my SQL string fail. As a temporary fix I've done a 'Replace' (which works for them).
Is there a way to make VB6 and the Data Designer ignore locales and just use English - or will I have to write translators for every country that wants to use my program?
Thanks in advance...
Old school Alchemy engineer - trying to keep up with the times
There are a couple of people using my program in Germany - with the German language etc set on their PC's (as you'd expect).
Trouble is - when they run my program they encounter a little error that took me a while to find.
If I run the exact same program on my UK (English) PC - I don't see the error.
The error turned out to be the way that VB6 translated my variables.
It keps translating my True/False keywords in to Wahr/Falsch (I'm using using CBool btw). This makes my SQL string fail. As a temporary fix I've done a 'Replace' (which works for them).
Is there a way to make VB6 and the Data Designer ignore locales and just use English - or will I have to write translators for every country that wants to use my program?
Thanks in advance...
Old school Alchemy engineer - trying to keep up with the times