Subject Re: [firebird-php] firebird15/ADOdb
Author Lester Caine
dleec45 wrote:

> 'SELECT * from bigzip WHERE STID = 99501'

Always suspicious of '*' - ADOdb does not know what it is looking for!
So fields by NUMBER may actually be in the wrong order!

Switch debug on
$debug = true;

Check the setting of $ADODB_FETCH_MODE
ADODB_FETCH_ASSOC is needed to return field names
ADODB_FETCH_BOTH should return both elements in the array

PHPEdit + Debugger works well to single step and check what is actually
going on - but I'm not sure that the current downloads work properly.
I'm using an older setup.

I forget what prints the array - but that is what you actually need to
display, and see what has come out :)

--
Lester Caine
-----------------------------
L.S.Caine Electronic Services