maximum length of a longvarchar - Genexus 8 C#/Oracle -
what maximum length of longvarchar variable in genexus 8? using c# oracle platform.
genexus 8.0 creates longvarchar long in oracle (by default). genexus 9.0 or higher create longvarchar fields clob in oracle 8 or higher (by default).
there workaround in genexus 8.0 (java generator upgrade 8) create longvarchar field clob: create config.gx file in knowledge base directory or genexus installation directory following content: longvarcharasoraclelong=n , generate code again. setting, genexus creates tables , generate programs using clob. more information @ sac 18551.
Comments
Post a Comment