Hi Ivan,
Sorry for the delay, I got back to this just today.
On Mon, Oct 5, 2009 at 5:28 AM, Ivan Mikhailov
wrote:
> Hello Aldo,
>
> 1.
> Maybe http://docs.openlinksw.com/virtuoso/fn_sparql_rexec.html will help
> you to some degree?
"some" being the key word here ;)
> 2.
> We're experimenting
Hi,
Do you guys have a unit testing framework for Virtuoso PL?
I created a very basic one ( one hour work ) and I was thinking about
starting a GIT project on this.
Regards,
A
--
Aldo Bucchi
skype:aldo.bucchi
http://www.univrz.com/
http://aldobucchi.com/
PRIVILEGED AND CONFIDENTIAL INFORMATION
Hello Eqbal,
I want to know if the vituoso is compatible with os x 1.6 snow
leopard since i have a lot of problem installing it , it is urgent
issue , it seems that the latest version (6.0.0-tp1) is not
compatible right ? any help will b highly appreciated Hope to hear
from u soon Regards
HI Sebastian,
I am using libiodbc to access the Virtuoso server. Thus, I am
creating a
HENV instance via SQLAllocHandle( SQL_HANDLE_ENV,
SQL_NULL_HANDLE, &henv )
and then a
HDBC intance via SQLAllocConnect( henv, &hdbc ) and
SQLDriverConnect(
hdbc, ... )
Atm I am using the HDBC
Hi Sebastian,
Looking at the Virtuoso configuration file params you provided I not
you are running in LiteMode, with only the following set:
[Parameters]
LiteMode=1
ServerPort=
DisableTcpSocket=1
PrefixResultNames=0
ServerThreads=5
CheckpointInterval=10
MaxDirtyBuffers=50
SchedulerInterv
I am using libiodbc to access the Virtuoso server. Thus, I am creating a
HENV instance via SQLAllocHandle( SQL_HANDLE_ENV, SQL_NULL_HANDLE, &henv )
and then a
HDBC intance via SQLAllocConnect( henv, &hdbc ) and SQLDriverConnect(
hdbc, ... )
Atm I am using the HDBC instance throughout multi