Subject Re: php4-interbase and select with no result
Author hbanjo9000
> so if you echo the query everthing is cool well i think its the
code thats
> the problem not a configuration setting
>
> "SELECT * FROM ECC WHERE MCC = ".'92000000001001';
> try that with the query and dont use star use the fieldname!

YES!!! IT WORKS!!! thanks a lot.... but what's the magic?
Before that I tried to insert fieldnames instead star without
solution, but keeping single quotes outside double
it's new for me. I never think it before because the old way
it always works.
That's merging both tips (fieldname and single quotes outside)
the winning choice.

thanks again

Haran