home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / database / oracle / 2963 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.3 KB  |  38 lines

  1. Newsgroups: comp.databases.oracle
  2. Path: sparky!uunet!charon.amdahl.com!amdahl!rtech!pacbell.com!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!hermes.chpc.utexas.edu!news.utdallas.edu!corpgate!crchh327!n8ppd001!jhs
  3. From: jhs@n8ppd001.nt.com (jhs)
  4. Subject: Re: Pro*c and SVR4
  5. Message-ID: <C1GoBv.5v3@news.rich.bnr.ca>
  6. Sender: jhs@n8ppd001 (jhs)
  7. Date: Tue, 26 Jan 1993 12:35:54 GMT
  8. Lines: 23
  9. Reply-To: cmjxs04@nt.com (jhs)
  10. References:  <1993Jan25.221224.651@cbnewsj.cb.att.com>
  11. Nntp-Posting-Host: 131.253.248.61
  12. Organization: Northern Telecom,  RTP NC
  13. Keywords: varchar warnings
  14.  
  15.  
  16. |>
  17. |>
  18. |>We were looking for a precompiler option but there doesn't seem to be one
  19. |>that would resolve this problem.  Does anyone out there have any simplier
  20. |>ideas on how to solve this?
  21. |>
  22. |>We are using oracle version V6.0.33.1.2 and oracle precompiler
  23. |>version 1.3.18.1.2
  24. |>
  25.  
  26. Unfortunately there is no option to fix the unsigned char problem.
  27.  
  28. We are using the version 1.4 and 1.5 precompilers.  They correct
  29. several other deficiencies, but they still have the same type 'error'.
  30. The problem is even worse when you try to embed SQL in C++.  The type
  31. mismatch with standard string functions cause a lot of problems.
  32.  
  33. Some people run a filter on the output of pcc/proc before running cc
  34. to clean up the varchar declarations.
  35.  
  36. john
  37.  
  38.