XML Import question about Return

KisuKisu Member Posts: 381
I came accross that the return variable of Import function does not check wether the import was successfull.

It returns FALSE even the import went okay, so does this mean the return variable is only for crash check or something?

And how could I check wether the import completed + number of successfull and failured imports?

[Ok :=] IMPORT(Number, InStream)
K.S.

Answers

  • KisuKisu Member Posts: 381
    Bah I take my word back, it returns the correct bool,

    I did not have deleteall on my temp table. As I ran the import it kept importing the same information from the temp and still giving same error #-o

    this solved now
    K.S.
Sign In or Register to comment.