Hi,
I have two queries: [var_dump view]
1) "SELECT * FROM DDDATSOT.§LOCA00F WHERE §LALOCALI LIKE "A%" ORDER BY §LALOCALI ASC"
2) "SELECT * FROM DDDATSOT.CIIA00F"
the answer to the first query is: Warning: odbc_exec(): SQL error: [unixODBC][IBM][System i Access ODBC Driver]Invalid string or buffer length., SQL state S1090 in SQLExecDirect in /var/www/test/test_sql.php
Second query works fine.
I think problem is §! but I can't rename table...
What can I do?

