5

I have a table in a SQL Server 2008 database containing a BIGINT data column. When I tried to import it into ArcMap 10, it automatically converted as Text of 8 length. This caused the records that have a big integer longer than 8 fail to display. The ArcMap reported "The row contains bad value."

Could anyone help with any solution to this issue? Thanks

1 Answer 1

2

I don't think ArcMap respects the BIGINT field type. I believe Double is your best bet, you'll just have to round to the nearest integer with a python script.

ArcMap Field Types

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.