Danke ! 

-----Urspr�ngliche Nachricht-----
Von: Claudius Ceteras [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 05. Februar 2004 19:27
An: [EMAIL PROTECTED]
Betreff: RE: [Asp.net] performDBOperation()

> 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


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

Antwort per Email an