How to insert CRLF in stored procedure using OraOleDb [message #100350] |
Mon, 04 November 2002 02:21 |
Ananth HR
Messages: 1 Registered: November 2002
|
Junior Member |
|
|
Hi,
I am using OraOleDb provider to connect to Oracle. I am trying to create a stored procedure using OleDb control in Delphi using TADOQuery. Stored Procedure gets created, but when I query the source from Oracle (user_source table), I see only one row has been created, though the text was formatted with carriage return and line feed (CRLF). Ideally what should have happened is that there must have been multiple rows in user_source for that procedure.
Does anyone know how to insert CRLF while creating stored procedure using OraOleDb?
Regards,
Ananth
|
|
|
|