nlserver sql syntax
Hi,
According to the nlserver manual it should be possible to execute sql with nlserver sql.
What is the proper syntax for doing this in a linux environment (build 9356)?
What I have tried so far, without success:
nlserver sql -instance:instance_name "SELECT iworkflowid FROM xtkworkflow WHERE sinternalname = 'workflowname'"
I have also tried putting the query in a file, without success:
nlserver sql instance:instance_name -file:"/usr/local/neolane/query.sql"
Thanks in advance





