maonet technotes

IOC(SM):MOC(RM):TDD(NU):SCC(TFS):ORM(L2S):JSL(Jq):CIS(CC)

32767 vs. varchar(max)

Posted by Frank Mao on November 1, 2007

Tried to use varchar(max) in datawindow, but it seems PowerBuilder regular db interface won’t exceed 32767 limit.

Had to change PBMaxTextSize value in pbodbXXX.ini.

PBMaxBlobSize=’32767′ –> (0)
PBMaxTextSize=’32767′ –> (0)

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>