Author Topic: ADODB Firebird Help needed  (Read 1147 times)

0 Members and 1 Guest are viewing this topic.

Offline jon_tries_phpTopic starter

  • Irregular
  • Posts: 3
    • View Profile
ADODB Firebird Help needed
« on: October 10, 2008, 07:27:51 AM »
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