Skip to Content.
Sympa Menu

freetds - More on Odd Problem.

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Tim Uckun <tim AT diligence.com>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: More on Odd Problem.
  • Date: Thu, 21 Dec 2000 14:34:51 -0700


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.





Archive powered by MHonArc 2.6.24.

Top of Page