Re: [Virtuoso-users] Connection is busy with results for another hstmt.

2012-06-26 Thread Julien Plu
Nice now that works very well. Thanks for your support Hugh. Best. --- Julien Plu Etudiant en 2ème année de Master Ingénierie en Intelligence Artificielle à l'université M

Re: [Virtuoso-users] Connection is busy with results for another hstmt.

2012-06-26 Thread Hugh Williams
Hi Julien, This is a generic option available across all OS’es, to use add the following to the param to your Postgres ST Driver DSN in the odbc.ini file: MultipleActiveStmtsEmul = Yes I shall have this added to the Unix ST documentation page ... Best Regards Hugh Williams Professional

Re: [Virtuoso-users] Connection is busy with results for another hstmt.

2012-06-25 Thread Julien Plu
Thanks Hugh, but I'm not on OSX, but on Linux Ubuntu, and in the drivers provide for Linux (as you can see there : http://wikis.openlinksw.com/dataspace/owiki/wiki/UdaWikiWeb/InstallPostgreSQLLiteUnix There is no option for MASE in the process.

Re: [Virtuoso-users] Connection is busy with results for another hstmt.

2012-06-25 Thread Hugh Williams
Hi Julien, Please enable the Multiiple Active Statement Emulation (MASE) option of the UDA Postgres Lite Driver which should resolve this error as detailed at: http://wikis.openlinksw.com/dataspace/owiki/wiki/UdaWikiWeb/InstallPostgreSQLLiteOSX Best Regards Hugh Williams Professional

[Virtuoso-users] Connection is busy with results for another hstmt.

2012-06-25 Thread Julien Plu
Problem solved, but now I have another problem, when I execute my request now I have this error message : Virtuoso IM921 Error VD052: Remote DSN PostgreSQL Sample DSN: [OpenLink][ODBC][Driver]Connection is busy with results for another hstmt. Any idea of what's happened ? ---