Newbies Gene Posted July 31, 2000 Newbies Posted July 31, 2000 I am importing data via OBDC from an SQL server. I am getting errors in interpetation of numeric values when importing exponential numbers. It is interpeting as example 7.10000000000000E-15 as 7.1. It is essentailly ignoring the exponential notation. Any ideas how I can correct this problem??
Kurt Knippel Posted August 1, 2000 Posted August 1, 2000 quote: Originally posted by Gene: I am importing data via OBDC from an SQL server. I am getting errors in interpetation of numeric values when importing exponential numbers. It is interpeting as example 7.10000000000000E-15 as 7.1. It is essentailly ignoring the exponential notation. Any ideas how I can correct this problem?? Well, the problem is that 7.10000000000000E-15 is not really a number, it is the representation of a number, the text representation in this case. When importing this into a numeric field, Filemaker will drop the non-numeric part "E-15" and then you are left with 7.1. I am not sure if there is a way around this. ------------------ =-=-=-=-=-=-=-=-=-=-=-=-= Kurt Knippel Senior Filemaker Developer http://www.database-resources.com mailto:[email protected] =-=-=-=-=-=-=-=-=-=-=-=-=
Recommended Posts
This topic is 8890 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now