> Kann mir mal jemand sagen, was daran falsch ist?:
>
> SET RS = Server.CreateObject("ADODB.Recordset")
> RS.ActiveConnection = Con
> RS.CursorType = adOpenDynamic
> RS.LockType= adLockOptimistic
> sqlString = "Select * FROM tbl_Arzt WHERE Passwort = '" +
> Replace(Aerzte__varPasswort, "'", "''") + "'"
> RS.Open sqlString
> RS("Passwort") = PassNeu
> RS.Update
> RS.CLose
> SET RS = Nothing
> END IF
Fehlermeldung?
Gru?
Stefan
~~~~~~~~~~~~~~~~~~~~~~~~~~~sponsored by United Planet~~~~~~~~~~~~~~~~~
Kaffeepause im United Planet Communityserver ...
http://www.intrexx.com/communityserver
_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse