Fishli: Name erneut definiert

Fehlertyp:
Kompilierungsfehler in Microsoft VBScript (0x800A0411)
Name erneut definiert
/verify.asp, Zeile 2, Spalte 25
Dim email, pass, action, db, the_date

verify.asp:

  1. <% Dim email, pass, action, db, the_date
  2. email = request.form("email")
  3. pass = request.form("pass")
  4. action = request.form("action")
  5. Set db = Server.CreateObject("ADODB.Connection")
  6. db.open conn

Wer kann mir helfen?

Danke Fishli

  1. Hy

    [...]Name erneut definiert
    Dim email, pass, action, db, the_date

    Du hast also diese Variablen schon mal definiert.

    1. <% Dim email, pass, action, db, the_date[...]

    Dann lösch die Definition einfach, und der Fehler ist weg.

    Gruss
    DaviD

    --

    sh:( fo:| ch:{ rl:( br: n4:& ie:% mo:| va:) de:] zu:} fl:| ss:| ls:$ js:(
    1. Danke das war ja einfach;-)