Hello i've instaled unixODBC and mdbTools, and im accessing a db in a remote server. i can access the db fine but only with "simple, simple" querys.
$query="select * from table"; <--only works like this
if i do something like
$query="select * from table where field=val"; i got the subject error.
So, SQL only works with select and from.
My question is, Why this is happening???
...C
$query="select * from table"; <--only works like this
if i do something like
$query="select * from table where field=val"; i got the subject error.
So, SQL only works with select and from.
My question is, Why this is happening???
...C