On 10/7/07, Virtuoso Maintainer <vos.ad...@openlinksw.com> 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 module so you can set the preferred > cursor model before making the connection.
Actually, (as I wrote earlier) the problem does not occur with the pdo_odbc driver. I'm now using this one and TOP queries are working fine. I had the problem with the ordinary odbc driver. So just using the pdo module seems to be a solution. > To get the tables in your local "test" schema, just perform: Ok, thanks that obviously was my problem - I did not use a qualifier explicitly. Thanks, Sören