home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!emory!snide.com
- From: dave.snyder@snide.com (Dave Snyder)
- Newsgroups: comp.databases.informix
- Subject: Re: Conversion from 2.10 SE Informix to 4.1 and ESQLC
- Message-ID: <9444@emory.mathcs.emory.edu>
- Date: 2 Sep 92 01:03:06 GMT
- Sender: walt@mathcs.emory.edu
- Reply-To: dave.snyder@snide.com (Dave Snyder)
- Lines: 30
- X-Informix-List-ID: <list.1420>
-
- Quoting Cheryl@redriverad-emh1.army.mil...
- }
- } We are having some problems with converting some ESQL/C programs from
- } our old Informix to the new 4.1 version.
- }
- } We were using 2.10 SE Informix on the PLEXUS Unix 5.2 Systems and
- } our code ran fine. Now we are attempting to convert to a 600G AT&T
- } running Unix 5.3 and 4.1 SE Informix.
- }
- } We are having some problems with defined variables.
- }
- } Here is a piece of our code:
- }
- } $ select pres_rmks2 into $p_rmks2_in from new_stkno where
- } n_stkno = $stkno_input;
- }
- } The variable $p_rmks2_in is defined above main.
- } as:
- } $ p_rmks2_in[71];
- }
- Well if the above declaration is really that way in the code, that's your
- problem. I think what you want to do is this...
-
- $ char p_rmks2_in[71];
-
- DAS
- --
- David A. Snyder @ Snide Inc. - Folcroft, PA Current Release
- is db4glgen-3.7
- UUCP: ..!uunet!das13!dave INTERNET: dave.snyder@snide.com
-