Hi,
Thanks for the reply.
I have tried the following to make my SQL parser post NULL-value to the database:
In the Script Execute plugin (JScript):
Deleted the parser item (DeleteVariable(...))
Overwritten the parser item (SetVariable("LONGITUDE", NULL)) - Makes the paser post default value.
Overwritten the parser item (SetVariable("LONGITUDE", nil)) - Makes the paser post value 0.
But no changes to the items make my SQL parser post NULL.
Any ideas?
PA:
Thanks for the reply.
I have tried the following to make my SQL parser post NULL-value to the database:
In the Script Execute plugin (JScript):
Deleted the parser item (DeleteVariable(...))
Overwritten the parser item (SetVariable("LONGITUDE", NULL)) - Makes the paser post default value.
Overwritten the parser item (SetVariable("LONGITUDE", nil)) - Makes the paser post value 0.
But no changes to the items make my SQL parser post NULL.
Any ideas?
PA: