Subject | Re: php4-interbase and select with no result |
---|---|
Author | hbanjo9000 |
Post date | 2004-08-08T14:02:11Z |
> so if you echo the query everthing is cool well i think its thecode thats
> the problem not a configuration settingYES!!! IT WORKS!!! thanks a lot.... but what's the magic?
>
> "SELECT * FROM ECC WHERE MCC = ".'92000000001001';
> try that with the query and dont use star use the fieldname!
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