Even this doesn't pull a result.... $query = "Select 1 as test"; $rs = odbc_exec($rConn, $query); odbc_fetch_row($rs); echo odbc_result($rs, "test"); It makes me think there's some sort of setting somewhere that I'm missing. Is there anything special in the php.ini file that I need to have set? I thought I hit everything there, but maybe I didn't.
↧