the field is too small to accept the amount of data you tried to add. Try to insert or paste less data

Asked

Viewed 552 times

-1

I am using Acess, and I have already checked the size of all fields and format also direct from the bank and also in Vb.net itself..

"insert into aplicacao (codigo, convenio, descricao , valconv, ativo, usuario, maquina, data_registro, flag)
VALUES
(@codigo, @convenio, @descricao , @valconv, @ativo, @usuario, @maquina, @data_registro, @flag)"

1 answer

0

Is this code field auto increment? If it is, it is not necessary inputalo in Insert. If this is not the case, you may be passing a value of 255 characters to a field in access q only has 100 characters. Abs

Browser other questions tagged

You are not signed in. Login or sign up in order to post.