Boa tarde,
Sou iniciante em ADO e MySql.
Gostaria de saber o q os comandos abaixo fazem.
With myCmd_grava
Set .ActiveConnection = myCon
.CommandType = adCmdText
.CommandText = sql_grava
End With
With myRS_grava
.LockType = adLockPessimistic
.CursorType = adOpenKeyset
.CursorLocation = adUseClient
.Open myCmd_grava
End With
Obrigado