llglben actionprocedures returns part of varchar2 value

Posts   
 
    
PAZIMLI
User
Posts: 82
Joined: 01-May-2008
# Posted on: 24-Oct-2016 11:26:09   

Hi,

We use LLBLGEN 2.5 and Visual studio 2012 and call a function shown below.Our problem is after calling this function from .NET, this fucntion should returns a message like 'YOUR PASSWORD IS NOT VALID" , But LLBLGEN returns only part of this message like "[b]YOUR PAS[/b]".

So we can not get the rest of message, because it is lost.


string rtn = ""; string msg = ""; int drtn = 0;

drtn = ActionProcedures.PkgMenuSifreuygunluk(_kullanici, tbYeni.Text, msg, ref rtn);

FUNCTION SifreUygunluk(pkullanici IN VARCHAR2, psifre IN VARCHAR2, pmsg VARCHAR2) RETURN varchar2

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 24-Oct-2016 13:07:07   

Duplicate.

Frans Bouma | Lead developer LLBLGen Pro