weavermagenta
New Member
I saw a lot of example on how to make SELECT statments and retreive info etc, but i was not able to find any code that's showing how to make insert or update. Is that the same code then with the select statement? Because i tried that and it doesn't seems to work (it's not returning any error message and it's doing nothing in the database). Is there a thing like the "execute" function in ASP?Dim odcRequete as New OleDbCommand(strRequete, objConnection) <BR>odcRequete.ExecuteNonQuery()<BR><BR><BR>