Re: [Virtuoso-users] Datatypes of object via ODBC

2007-09-21 Thread Rajeev J Sebastian
Hello Tim, Another thing, that could help in this case, is if Virtuoso has some client side driver to access the triple store just as ODBC is used for SQL (I guess similair to how AKT 3store provides an API on top of the MySQL driver). Is there anything like that ? Regards Rajeev J Sebastian On

Re: [Virtuoso-users] Datatypes of object via ODBC

2007-09-21 Thread Rajeev J Sebastian
Hello Tim, On 9/21/07, Tim Haynes wrote: > If I understand you right, are you looking for SQLDescribeCol() ? That is > the underlying ODBC API call for retrieving the datatype of a column in a > resultset, whatever wrappers QT have implemented around it. > > http://msdn2.microsoft.com/en-us/lib

Re: [Virtuoso-users] Datatypes of object via ODBC

2007-09-21 Thread Tim Haynes
Rajeev J Sebastian wrote: > Hi, > > I am attempting to build a Virtuoso backend for Soprano > (http://soprano.sourceforge.net/) essentially, to make it available to > KDE desktop applications. > > I am doing this via Qt's ODBC driver. > > How can I determine the data type of the object part of t

[Virtuoso-users] Datatypes of object via ODBC

2007-09-21 Thread Rajeev J Sebastian
Hi, I am attempting to build a Virtuoso backend for Soprano (http://soprano.sourceforge.net/) essentially, to make it available to KDE desktop applications. I am doing this via Qt's ODBC driver. How can I determine the data type of the object part of the query when using ODBC ? Could the develo