home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / database / informix / 1856 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.3 KB

  1. Path: sparky!uunet!gatech!emory!snide.com
  2. From: dave.snyder@snide.com (Dave Snyder)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re: Conversion from 2.10 SE Informix to 4.1 and ESQLC
  5. Message-ID: <9444@emory.mathcs.emory.edu>
  6. Date: 2 Sep 92 01:03:06 GMT
  7. Sender: walt@mathcs.emory.edu
  8. Reply-To: dave.snyder@snide.com (Dave Snyder)
  9. Lines: 30
  10. X-Informix-List-ID: <list.1420>
  11.  
  12. Quoting Cheryl@redriverad-emh1.army.mil...
  13. } We are having some problems with converting some ESQL/C programs from
  14. } our old Informix to the new 4.1 version.
  15. } We were using 2.10 SE Informix on the PLEXUS Unix 5.2 Systems and
  16. } our code ran fine.  Now we are attempting to convert to a 600G AT&T
  17. } running Unix 5.3 and 4.1 SE Informix.  
  18. } We are having some problems with defined variables.
  19. } Here is a piece of our code:
  20. } $ select pres_rmks2 into $p_rmks2_in from new_stkno where
  21. }    n_stkno = $stkno_input;
  22. } The variable $p_rmks2_in is defined above main. 
  23. } as:
  24. } $ p_rmks2_in[71];
  25. Well if the above declaration is really that way in the code, that's your
  26. problem.  I think what you want to do is this...
  27.  
  28. $ char p_rmks2_in[71];
  29.  
  30. DAS
  31. -- 
  32. David A. Snyder @ Snide Inc. - Folcroft, PA                    Current Release
  33.                                                                is db4glgen-3.7
  34. UUCP:  ..!uunet!das13!dave   INTERNET:  dave.snyder@snide.com
  35.