Where does RETURNING LONG work ?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
KARAS
Posts: 1
Joined: Thu 26 Oct 2006 15:27
Contact:

Where does RETURNING LONG work ?

Post by KARAS » Thu 26 Oct 2006 15:57

I m tryng to update record in demos (TCRDBGrid). In different environment I have received the same error message: LONG unsupported in RETURNING clause.
Of cause, replacing LONG with VARCHAR2 corrects the problem.

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Tue 31 Oct 2006 15:01

This is Oracle restriction. To avoid it please set DMLRefresh to False.

Post Reply