Page 2 of 2

Posted: Fri Jul 08, 2005 3:31 pm
by vinaymanchinila
tested it and it works, may be there was a mix up on the ' and ", sorry !
Thanks

Posted: Fri Jul 08, 2005 3:35 pm
by vinaymanchinila
I have no idea Naveen!

nls_read_delimited() - invalid quotes

Posted: Sat Jul 09, 2005 1:26 am
by yaminids
Hi Vinay,

I faced the same problem. In my case the problem was caused with 'Line feed' or 'Carriage return'. I used the following code to solve the problem:

Convert(Char(10):Char(13),"",InputLine.Col1)

Hope this helps you
Yamini