Re: [Virtuoso-users] Detect graph and ask results without knowing the query

2009-12-18 Thread Tim Haynes
Sebastian TrĂ¼g wrote: Hello, me again. This time I would like to know if there is a clean way to determine the type of query result from the results columns (without fetching a row)? At the moment I am using a rather hacky way: I check if the result has only one column named "__ASK_RETVAL".

Re: [Virtuoso-users] vsp sparql variable offset and limit?

2009-12-18 Thread Rumi Tsekova
Hi Lourens, Unfortunately it is not possible to specify variables limit and offset in sparql+vsp. Even if we re-write the procedure to sth like: create procedure test (in _uri varchar) { declare res varchar; result_names (res); declare _lm, _offset int; _lm :=