home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / database / oracle / 1118 < prev    next >
Encoding:
Text File  |  1992-07-23  |  2.0 KB  |  44 lines

  1. Newsgroups: comp.databases.oracle
  2. Path: sparky!uunet!uunet.ca!wildcan!al
  3. From: al@cvgis.prime.com (Al Parker)
  4. Subject: Re: Oracle V6.0 and Borland C++ 3.0 ???
  5. Message-ID: <1992Jul23.172439.9133@cvgis.prime.com>
  6. Organization: Computervision GIS (Toronto)
  7. X-Newsreader: Tin 1.1 PL4
  8. References: <1992Jul23.133752.4755@news.weeg.uiowa.edu>
  9. Distribution: usa
  10. Date: Thu, 23 Jul 1992 17:24:39 GMT
  11. Lines: 31
  12.  
  13. pkoch@news.weeg.uiowa.edu (Peter F Koch) writes:
  14. : I bought Borland C++ V3.0 recently.  I will soon be getting Oracle V6.0
  15. : for MS-DOS and want to develop Windows database applications. Does Oracle 
  16. : support Borland C++ or do I have to use Microsoft's compiler?
  17. : ===========================================================================
  18. : Peter Koch                                              Phone: 708-534-5200
  19. : Weston Gulf Coast Labs                     email:pkoch@umaxc.weeg.uiowa.edu
  20. : 2417 Bond St.
  21. : University Park, IL 60466
  22. : ===========================================================================
  23. Hi Peter,
  24. I'm using ORACLE V6.0 on a SUN at this point but I can tell you what
  25. their approach seems to be. I have used C++ on UNIX and DOS.
  26.  
  27. The OCI (Oracle Call Interface) library should be usable from any
  28. language capable of using a C calling convention and it is documented
  29. for C, FORTRAN and COBOL. You'll be able to use it from either C++
  30. but you'll have to build your own classes...
  31.  
  32. You'll probably be able to use Pro*C (embedded SQL) also but may have
  33. to keep Pro*C modules separate from C++ modules.
  34. -------------------------------------------------------------------------------
  35. Al Parker, P.Eng, Sr Software Engineer - Computervision GIS
  36. al@cvgis.prime.com    (416)508-8020(x881)
  37. These opinions are my own and not those of my compnay.
  38. -- 
  39. -------------------------------------------------------------------------------
  40. Al Parker, P.Eng, Sr Software Engineer - Computervision GIS
  41. al@cvgis.prime.com    (416)508-8020(x881)
  42. These opinions are my own and not those of my compnay.
  43.