Wildoneword, wildsingle etc...

Post Reply
tboyer
Posts: 68
Joined: Mon Aug 28, 2006 4:43 pm

Wildoneword, wildsingle etc...

Post 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
tboyer
Posts: 68
Joined: Mon Aug 28, 2006 4:43 pm

Wildoneword, wildsingle etc...

Post 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)
tboyer
Posts: 68
Joined: Mon Aug 28, 2006 4:43 pm

Wildoneword, wildsingle etc...

Post 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?
User avatar
Kai
Site Admin
Posts: 1271
Joined: Tue Apr 25, 2000 1:27 pm

Wildoneword, wildsingle etc...

Post 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.
Post Reply