J
James Palmer
Guest
How big is the file you're trying to load. If it's just a few lines then use COPY-LOB to copy it into a LONGCHAR variable and then loop through it like you would any character variable. I do that quite a bit in 10.2. A lot easier than import in a lot of cases.
Continue reading...
Continue reading...