TMyDump->BackupQuery() line returns in commands
Posted: Wed 30 Aug 2006 14:23
Hello,
I am using TMyDump->BackupQuery(). It is doing almost what I need it to do. The only problem is it is placing line returns \r\n within individual SQL commands. Placing them at the end of a command is fine (and something I want)...but when those characters are placed inside a SQL command it causes havoc. It would be very difficult to remove those since one of the fields is a text field and the text can contain many line returns.
So is there a way to turn off putting these characters inside a command string?
---Dave
I am using TMyDump->BackupQuery(). It is doing almost what I need it to do. The only problem is it is placing line returns \r\n within individual SQL commands. Placing them at the end of a command is fine (and something I want)...but when those characters are placed inside a SQL command it causes havoc. It would be very difficult to remove those since one of the fields is a text field and the text can contain many line returns.
So is there a way to turn off putting these characters inside a command string?
---Dave