Re: [Virtuoso-users] Virtuoso 6 problematic background activity

2009-10-30 Thread James Marsh
Hi Hugh, On Tue, Oct 27, 2009 at 15:33, Hugh Williams wrote: > Can you please provide a copy of your Virtuoso Configuration file > (virtuoso.ini) and Virtuoso log file (virtuoso.log) for review. > The log shows nothing unusual - the usual startup/roll forward and then nothing but checkpoints. I'

Re: [Virtuoso-users] Error in documentation

2009-10-30 Thread Patrick van Kleef
HI Sebastian, The documentation of the Virtuoso RDF ODBC extensions[1] contains an error: In the example the box flags are compared to 1 to determine if the result is a IRI: switch (dvtype) { case VIRTUOSO_DV_STRING: { if (flag == 1) In fact it needs to be: s

[Virtuoso-users] Error in documentation

2009-10-30 Thread Sebastian TrĂ¼g
The documentation of the Virtuoso RDF ODBC extensions[1] contains an error: In the example the box flags are compared to 1 to determine if the result is a IRI: switch (dvtype) { case VIRTUOSO_DV_STRING: { if (flag == 1) In fact it needs to be: switch (dvtype)

[Virtuoso-users] bif:contains minimum number of characters?

2009-10-30 Thread Lourens van der Meij
Is it possible/easy to change the minimum number of characters (now 4) bif:contains requires to do full text search. Thanks, Lourens