More on Odd Problem.
Tim Uckun
tim at diligence.com
Thu Dec 21 16:34:51 EST 2000
Here is the error log from apache
Attempting to convert unknown source type 104
Attempting to convert unknown source type 104
Attempting to convert unknown source type 104
Attempting to convert unknown source type 104
Attempting to convert unknown source type 104
Attempting to convert unknown source type 104
Attempting to convert unknown source type 104
Attempting to convert unknown source type 104
Attempting to convert unknown source type 104
Attempting to convert unknown source type 104
Attempting to convert unknown source type 104
Attempting to convert unknown source type 104
[Thu Dec 21 15:37:24 2000] [notice] child pid 10331 exit signal
Segmentation fault (11)
Oddly enough when I print the type of the variable it says that it's a
string. So what is going on here?
Once again the offending code is..
mssql_data_seek ($this->_queryID, $this->_currentRow);
$row = mssql_fetch_row($this->_queryID);
print count($row); // prints 122
foreach($row as $value){
print $value; // This is the offending line
}
:wq
Tim Uckun
Due Diligence Inc. http://www.diligence.com/ Americas Background
Investigation Expert.
If your company isn't doing background checks, maybe you haven't considered
the risks of a bad hire.
More information about the FreeTDS
mailing list