Hallo Sascha!
<%
if NOT RS3.BOF AND NOT RS3.EOF Then
Voting_gut_neu = CInt(RS3("Voting_gut")) + 1
end if
%>
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E10)
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
MyConn.Execute "UPDATE Voting SET Voting_gut=Voting_gut_neu WHERE Download='Lena'"
So, und wo ist da jetz der Fehler? Voting_gut (nimmt nur Zahlen an) existiert als Spalte in der Tabelle Voting, Spalte Download existiert ebenfalls.
Robert