Page 1 of 1

Wildoneword, wildsingle etc...

Posted: Fri Dec 07, 2012 1:26 pm
by tboyer
I'm trying to set wildoneword thusly:

<sql "set wildsingle='1'></sql>

But it seems to have no effect upon query results. Am I doing something wrong? Does the SQL call have to be at any particular time before the query or does it get lost?

Thanks.Tom

Wildoneword, wildsingle etc...

Posted: Fri Dec 07, 2012 1:31 pm
by tboyer
Never mind. I just realized my test query was bad.

If I test with "mutu* fund" I can see the difference when wildsingle is set to 0 vs 1 (in Texis 6)

Wildoneword, wildsingle etc...

Posted: Fri Dec 07, 2012 1:34 pm
by tboyer
It does raise a question -- is there a way to dump the current apicp and SQL query settings so I know what is being used at a given point in the script?

Wildoneword, wildsingle etc...

Posted: Fri Dec 07, 2012 1:44 pm
by Kai
In Texis version 6, Vortex has a function <apiinfo thesetting> which will return the current value of the <apicp> setting named `thesetting'; use `settings' to dump all settings. SQL properties are not currently dumpable, AFAIK.