Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> ODBC with ORACLE passing long text parameter
With Oracle 7.3, ODBC OpenLink Version 1.5 Driver for Oracle, Visual C++
5.0, we have
been trying to pass texts > 256 characters to and back from a stored
procedure.
The only way we have found to do this in the input direction (to the
database) is with SQLPutData,
where we bind the text parameters as SQL_DATA_AT_EXEC. This works, but is unfortunately not supported by RFX. In the output direction, we have not found a solution. There is no wayto use
Thanks!
Pierre-A. Received on Tue Jun 03 1997 - 00:00:00 CDT
![]() |
![]() |