Hey all.
I have the following code in my odbc object:
while($this->obj = odbc_fetch_object($this->result)) {
And I keep getting the error message: "Fatal error: Call to undefined function: odbc_fetch_object() in D:\Inetpub\wwwroot\BeatsAlert\lib\odbcdb.obj on line 94"
I am trying to fetch records from an access database and am using PHP4.3.1, which I thought supported this function. Any ideas?
Regards.
Steve.