Re: [Virtuoso-users] virtuoso-php5-t crashes on Vista with malformed SQL

2007-10-04 Thread Mitko Iliev
Hi Sören, I found that odbc driver causes this problem. We have a fix for it so we will update the driver soon. Best Regards, Mitko Mitko Iliev wrote: > Hi Sören, > > I tried the case locally, but just getting : > > Warning: PHP Startup: SQL error: [OpenLink][Virtuoso ODBC > Driver][Virtuoso Se

Re: [Virtuoso-users] virtuoso-php5-t crashes on Vista with malformed SQL

2007-10-04 Thread Mitko Iliev
Hi Sören, I tried the case locally, but just getting : Warning: PHP Startup: SQL error: [OpenLink][Virtuoso ODBC Driver][Virtuoso Server]SQ074: Line 1: syntax error at '*' before 'FROM', SQL state 37000 in SQLExecDirect in C:\dbs\var\lib\virtuoso\vsp\vos1.php on line 3 Warning: odbc_result_all():

Re: [Virtuoso-users] virtuoso-php5-t crashes on Vista with malformed SQL

2007-10-03 Thread Sören Auer
On 10/3/07, Hugh Williams wrote: > 1. Confirm the Version of the Virtuoso ODBC Driver being used which can be > obtain from the Drivers Tab of the ODBC Administrator The drivers tab contains for Virtuoso: Name: Virtuoso (Open Source) Version: Not marked Company: Not marked File: VIRTODBC.DLL Lis

Re: [Virtuoso-users] virtuoso-php5-t crashes on Vista with malformed SQL

2007-10-03 Thread Hugh Williams
Hi Soren, Can you please provide the following: 1. Confirm the Version of the Virtuoso ODBC Driver being used which can be obtain from the Drivers Tab of the ODBC Administrator 2. Provide and ODBC trace of the attempted connection such that we can see where in the ODBC layer the failure is occur

[Virtuoso-users] virtuoso-php5-t crashes on Vista with malformed SQL

2007-10-03 Thread Sören Auer
When sending malformed SQL via ODBC to Virtuoso virtuoso-php5-t crashes without any error. I'm executing the following PHP: $db=odbc_connect('virtuoso','dba','dba'); $result = odbc_exec($db,'SELECT * FROM DB.DBA.SYS_USERS'); print_r(odbc_result_all($result)); everything works fine and as expected