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
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():
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
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
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