got error

D

dm

Insert Into tblCustomerAccounts (CustId, dst_bank,
dst_city, dst_branch, dst_acc_no) Values (114, 88,
999, '99999', '111111111')

When executing this query, I got the error:
"The decimal field's precision is too small to accept the
numeric you attempted to add"

How can I solve this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top