Hallo,
ich habe folgendes Problem mit einer ASP - Website:
Ich lese Daten in ein Recordset ein und möchte diese dann in einer Tabelle darstellen, diese Tabelle befindet sich in einem IFRAME.
Es werden jedoch nicht alle Daten dargestellt, es wird einfach ein Teil abgeschnitten.
Folgender Code ist der generierte HTML Code, hier ist der Beginn des Codes zu sehen.
Code:
10795</FONT></td>
<td nowrap><FONT style="cursor: hand" onclick="Transmit('5564')" face="" size=1>O</FONT></td>
<td nowrap><FONT style="cursor: hand" onclick="Transmit('5564')" face="" size=1>08072</FONT></td>
<td nowrap><FONT style="cursor: hand" onclick="Transmit('5564')" face="" size=1>03: ContainerID(Trailer#) is missing or in wrong format</FONT></td>
</tr>
<tr width="100%">
<td nowrap><FONT style="cursor: hand" onclick="Transmit('5565')" face="" size=1>08072</FONT></td>
<td nowrap><FONT style="cursor: hand" onclick="Transmit('5565')" face="" size=1>05109049AA</FONT></td>
<td nowrap><FONT style="cursor: hand" onclick="Transmit('5565')" face="" size=1>24.02.2005</FONT></td>
<td nowrap><FONT style="cursor: hand" onclick="Transmit('5565')" face="" size=1>12:27:00</FONT></td>
<td nowrap><FONT style="cursor: hand" onclick="Transmit('5565')" face="" size=1>672633</FONT></td>
<td nowrap><FONT style="cursor: hand" onclick="Transmit('5565')" face="" size=1>38751 B</FONT></td>
<td nowrap><FONT style="cursor: hand" onclick="Transmit('5565')" face="" size=1>H0</FONT></td>
<td nowrap><FONT style="cursor: hand" onclick="Transmit('5565')" face="" size=1>455</FONT></td>
<td nowrap><FONT style="cursor: hand" onclick="Transmit('5565')" face="" size=1>CMAG</FONT></td>
<td nowrap><FONT style="cursor: hand" onclick="Transmit('5565')" face="" size=1>969574</FONT></td>
<td nowrap><FONT style="cursor: hand" onclick="Transmit('5565')" face="" size=1>20919</FONT></td>
<td nowrap><FONT style="cursor: hand" onclick="Transmit('5565')" face="" size=1>O</FONT></td>
<td nowrap><FONT style="cursor: hand" onclick="Transmit('5565')" face="" size=1>08072</FONT></td>
<td nowrap><FONT style="cursor: hand" onclick="Transmit('5565')" face="" size=1>03: ContainerID(Trailer#) is missing or in wrong format</FONT></td>
</tr>
<tr width="100%">
Das komische daran ist, dass dieses Problem erst auftritt, seitdem Windows Server 2003 verwendet wird. Zuvor wurde Windows 2000 Server verwendet und da hat das Anzeigen der Daten einwandfrei funktioniert. Wenn ich das ganze auf meinem lokalen PC ausführe (auch lokale DB), funktioniert das auch. Sieht so aus als würde das Problem an irgendeiner Einstellung am Server liegen, denn es werden nicht alle Daten angezeigt. Es handelt sich um ca. 3000 Datensätze, wenn ich die Abfrage auf weniger Datensätze einschränke, funktioniert es.
Hat irgendjemand vielleicht eine Ahnung warum nicht alle Daten angezeigt werden?
Danke für eure Hilfe
Lg
Gerald