sblackmore
Member
I am attempting to use your direct path loader to load a numeric value into a number column.
I am loading data from an ASCII file into a string array, defining the loader columns ( all with dataType := dpString) , preparing the loader, performing all the "setDatas" (pointing the data to the elements of the string array) all with no problem.
However when I call the loaders Load method I get an ora-01722 error ("Invalid Number"). My error dialogue shows that the "suspect" data value is 81.
Any Ideas ?
I have looked at your supplied demo program at it uses a dataType of dpInteger. I particularly want to use dpString (as your documentation suggests) because I want the flexibility. Do you have any demos or examples using this technique ?
Many thanks in anticipation
I am loading data from an ASCII file into a string array, defining the loader columns ( all with dataType := dpString) , preparing the loader, performing all the "setDatas" (pointing the data to the elements of the string array) all with no problem.
However when I call the loaders Load method I get an ora-01722 error ("Invalid Number"). My error dialogue shows that the "suspect" data value is 81.
Any Ideas ?
I have looked at your supplied demo program at it uses a dataType of dpInteger. I particularly want to use dpString (as your documentation suggests) because I want the flexibility. Do you have any demos or examples using this technique ?
Many thanks in anticipation