This is a discussion on Re: ORACLE Error within the PHP Language forums, part of the PHP Programming Forums category; En/na alex ha escrit: > I'm executing this code against an Oracle connection. The SQL works > perfectly ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
En/na alex ha escrit:
> I'm executing this code against an Oracle connection. The SQL works > perfectly under an ORACLE console, but fails when executing it from the > PHP script. I hope someone can give me a guiding light here, as i cant > find where its wrong. SOLVED. My editor was saving new lines as "\r\n" and the ORACLE parser only understands newlines as "\n". I was driving myself nuts!!! :) |