For our DBpedia query builder I need the quitecast option, but I'm not
getting it to work.
Consider the following simplified example:
create table qctest (value varchar);
insert into qctest values('100');
insert into qctest values('1000');
insert into qctest values('abc');
Now I'm trying:
select
On 10/7/07, Virtuoso Maintainer wrote:
> I am currently in contact with the pdo_odbc module owner. I will discuss
> with him the current implementation of pdo_odbc and see if we can put
> some more calls into this implementation. I will also see if we can
> introduce a setting for the php odbc mod
Hi Sören,
I spend some time today trying to figure out how I can check if there
exists a table with a certain name. For the PHP ODBC module there
exists the function odbc_tables(), which works. However, due to the
problem of the PHP ODBC module with TOP queries I'm now using the
pdo_odbc module,