User (Legacy) Posted September 26, 2001 Report Share Posted September 26, 2001 I am reading data from an XML file using the new XML Data Loader. I can read integer values no problem but need to know how to read decimal values. I use the following at present. <COLUMN NAME="TOT_DURATION" TYPE="Integer" /> I guess I need to replace the Type=Integer with Type=Something else any ideas what something else is ? Quote Link to comment Share on other sites More sharing options...
Software FX Posted September 26, 2001 Report Share Posted September 26, 2001 Use TYPE = "Double" Instead. -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.