![]() |
![]() |
|
![]() |
![]() |
|
Programmierung Rat & Tat für Programmierer |
![]() |
|
Themen-Optionen | Ansicht |
![]() |
#1 |
Jr. Member
![]() Registriert seit: 10.08.2004
Alter: 44
Beiträge: 33
|
![]() 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%"> Hat irgendjemand vielleicht eine Ahnung warum nicht alle Daten angezeigt werden? Danke für eure Hilfe Lg Gerald |
![]() |
![]() |
![]() |
#2 |
Jr. Member
![]() Registriert seit: 10.08.2004
Alter: 44
Beiträge: 33
|
![]() Habe das Problem gelöst. Die Ursache war ein Bufer Overflow, es wurde jedoch keine Fehlermeldung angezeit, sonder einfach der Code abgeschnitten.
Lösung fand ich in einem anderen Forum, hier der Beitrag mit der Lösung: The reason this is happening is because buffering is turned on by default, and IIS 6 cannot handle the large response. In Classic ASP, at the top of your page, after <%@Language="VBScript"%> add: <%Response.Buffer = False%> Lg Gerald |
![]() |
![]() |
![]() |
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1) | |
|
|