Hallo,

>
>Ich m�chte / muss eine Access-DB f�r eine WEB-Anwendung nutzen. Von der
>Performance her ist das kein Problem aber ich bekomme eine kein Insert
>hin?!
>
>Diese FM bekomme ich:
>Operation must use an updateable query.
>
>Und hier der Code:
>this.oleDbInsertCommand1.Parameters["name"].Value = this.name.Value;
>this.oleDbInsertCommand1.Parameters["eMailAddress"].Value =
>this.emailaddress.Value;
>this.oleDbInsertCommand1.Parameters["notes"].Value = this.notes.Value;
>this.oleDbInsertCommand1.Connection.Open();
>this.oleDbInsertCommand1.ExecuteScalar();
>
>Jemand ne Idee?
>
habe das noch nie gemacht, aber woher wei� er, wie die
Tabelle hei�t, die er updaten sollten?

Gruss

Alex

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

Antwort per Email an