mysql insert into LIMIT

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • mysql insert into LIMIT

    Hi,

    Code:
    for($i=1;$i<=365;$i++){
      mysql_query("INSERT INTO test(1,2,3,4,5,6,7,8) VALUES
      (';',';',';',';',';',';',';',';')");
    }
    Geht auch ... nur er schreibt immer nur 127 Zeilen ind die Tabelle danach ist schluss!
    Woran liegt das? Bzw. hat das was mit dem LIMIT zu tun?
    Und wenn ja wie kann ich das LIMIT erhöhen???

    CU und DANKE
    Last edited by BAUMSCHULE; 26-08-2004, 13:46.

  • #2
    einen auto_increment Primärschlüssel mit signed tinyint(3) angelegt ?

    dann ist bei 127 Schluß !

    ändere mal das Format
    TBT

    Die zwei wichtigsten Regeln für eine berufliche Karriere:
    1. Verrate niemals alles was du weißt!


    PHP 2 AllPatrizier II Browsergame

    Comment


    • #3
      dann check mal deinen primary key. welchen typ hat das feld. da ist dein hund mit 127 begraben ....
      EDIT:
      grrrrrrr
      INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


      Comment


      • #4
        Huch ... Sorry

        Da war ich wohl wiedermal mit Blindheit geschlagen!!

        Danke für hilfe!!!

        Comment

        Working...
        X