je suis bloqué dans mon update sur une table MySql, ci-dessous mon bout de
code, sous access tout fonctionne bien, mais sous mysql le update ne fait
rien,et je n'ai aucun message d'erreur.
avez vous une idée?
Sub datalist1_updatecommand(ByVal obj As Object, ByVal e As
DataListCommandEventArgs)
Dim myConnection As New
oledbconnection(ConfigurationSettings.AppSettings("ConnectionString"))
Dim strsql As String = "update tblagent_service set
agent=(@textbox2) where mat=(@Label3) "
Dim myCommand As New oledbcommand(strsql, myConnection)