redshifteric
Programmer
I'm writing a web-php application that directly read into the SQL database of our remedy server.
I juste using this for browsing, no modification are mades from this tool but i have trouble translating the queryShort field.
Example: 1\4\6\1\536870965\2\0\4\6\1\536870981\2\0can be translated into:
( 'Tmp Last Name' != $NULL$ ) AND ( 'Current Equipment Number' != $NULL$ )
I know ho i can find the field name from the field table but how can i translate the opearators ?
I suppose that:
4\6\1 is !=
2\0\ is AND
But i'm not sure on this, do you have more information for me ?
I juste using this for browsing, no modification are mades from this tool but i have trouble translating the queryShort field.
Example: 1\4\6\1\536870965\2\0\4\6\1\536870981\2\0can be translated into:
( 'Tmp Last Name' != $NULL$ ) AND ( 'Current Equipment Number' != $NULL$ )
I know ho i can find the field name from the field table but how can i translate the opearators ?
I suppose that:
4\6\1 is !=
2\0\ is AND
But i'm not sure on this, do you have more information for me ?