Binh said:

> Dear all,
> Sorry if this is wrong mail list.

It's the right list.

> I use Jena and Sparql to query my RDF Model,
> when I use
> 
> "ResultSetFormatter.out(System.out, results, query);"
> 
> the result is show. But nothing happen when I use
> 
> "String theResults;
>  theResults = ResultSetFormatter.asText(results,query);"

Did you remember to write the string out?

Chris

PS String theResults = ResultSetFormatter.asText(results,query);
 
-- 
"It does not need to take events in their correct order."             /Hexwood/

Epimorphics Ltd, http://www.epimorphics.com
Registered address: Court Lodge, 105 High Street, Portishead, Bristol BS20 6PT
Epimorphics Ltd. is a limited company registered in England (number 7016688)

Reply via email to