|
If ADOTable2.Seek(ADOTable1Codigo.Value, soFirstEQ) = True Then
ShowMessage('El cliente ya existe !!!')
else
ADOTable1.Post;
Al ejecutar el código de arriba se produce el siguiente error:
'The operation requested by the application is not supported by the provider'
|