Hi,
i already asked this question some days ago, but maybe it was too confusing...
I did some research and here is problem:
odbc_result returns the first 3.76KB of a memo-field and the rest is truncated! But
there is no particular sign at this position that could act as a 'end-of-string'! Thus, it has to be some kind of restriction with ms access97, i guess.
---------source code----------
$res=odbc_exec($dbh,"select body from mytable where id=$id");
odbc_fetch_row($res);
echo odbc_result($res,1);
can anybody help, it's REALLY important!
btw, i use PHP4 RC1, WinNT4 and IIS 3