Xref: utzoo comp.unix.xenix.sco:445 comp.unix.programmer:234 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!samsung!olivea!apple!netcom!karen From: karen@netcom.UUCP (Karen Woolley) Newsgroups: comp.unix.xenix.sco,comp.unix.programmer Subject: Any way around compiler limits?? Message-ID: <14599@netcom.UUCP> Date: 12 Oct 90 18:47:47 GMT Followup-To: poster Distribution: usa Organization: Netcom- The Bay Area's Public Access Unix System {408 241-9760 guest} Lines: 20 HELP! I am writing an embedded SQL C program on XENIX 2.3.1. The embedded SQL code is expanded into C code which has the text of an SQL command in a char * field. The problem is that the string that it puts in this field is too big for the compiler ( >512 bytes). The compiler merrily truncates this string which completely confuses SQL when I run the program. The manual says to split the string into 2 strings. Well, that's not an option with this. Are there any tricks to getting around this compiler limit? Thanks!! /***********************************************************************/ /* /* Karen Woolley KT Systems /* Consultant 7950 Shannon Ct. /* (415) 551 - 7458 Dublin, CA 94568 /* uunet....!lll-winken!chumley!ktsys386!karen OR netcom!karen /***********************************************************************/