I am attempting to get moodle a php based open source app to work with firebird and am failing miserably.
My current problem is my dataset is missing fieldnames. It simply uses numbers to identify the columns.
I ran it using mysql and with a print_r dump of the resultset, I can see the names have been retrieved.
What is the expected behavior of a returning dataset when running a query?
Do I need to start tweaking the adodb drivers to make this work?
If anybody can point me to the path of enlightenment, it would greatly appreciated.
Jon