> Dim commandstr As New System.Text.StringBuilder
>         commandstr.Append("update V_MaGruppe set")
>         commandstr.Append("MaGruppe='" & MaGruppe & "',")
>         commandstr.Append("Bezeichnung='" & Bezeichnung & "',")
>         commandstr.Append("KostGruppe='" & KostGruppe & "',")
>         commandstr.Append("Leistungsgruppe='" & 
> leistungsgruppe & "',")
>         commandstr.Append("Where MAGruppe=" & MaGruppe)
> 
>         performDBOperation(commandstr.ToString)---> hier 

Da es an keinem Objekt aufgerufen wird, ist es offensichtlich in Klasse
definiert in der Du den code gefunden hast !?


Claudius

_______________________________________________
Asp.net mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/asp.net

Antwort per Email an