home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / sybase / 652 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.6 KB  |  37 lines

  1. Newsgroups: comp.databases.sybase
  2. Path: sparky!uunet!mcsun!sun4nl!mhres!pronto!news
  3. From: hst@mh.nl (Klaas Hemstra)
  4. Subject: Re: how poratble is embedded SQL across ORACLE, SYBASE, INGRES?
  5. In-Reply-To: chandra@xenon.nabu.sni.ca's message of Mon, 11 Jan 1993 17:18:28 GMT
  6. Message-ID: <C0qKxp.5pu@pronto.mh.nl>
  7. X-Md4-Signature: 53bc6fa063ab63020995471020cb5191
  8. Sender: news@pronto.mh.nl (USEnet News System)
  9. Nntp-Posting-Host: primo:(hst)
  10. Organization: Multihouse Automation, the Netherlands
  11. References: <1993Jan11.171828.20794@sni.ca>
  12. Date: Tue, 12 Jan 1993 10:25:01 GMT
  13. Lines: 22
  14.  
  15. There are some problems in embedded SQL.
  16. First the way variables are described is different in some versions.
  17. Sometimes ":var" is used sometimes "@variable" or "?" is used.
  18. Sybase does NOT support embedded SQL !! (as far as i know).
  19.  
  20. As a matter of fact i already made the choice of building my own API
  21. in C for C programs. This was also chosen because our database table
  22. names should be variable (we use Uniface, where each table name can be
  23. prefix-ed for easy shared development). I also have build it for
  24. Ingres and Sybase.  The Ingres version is based on embedded SQL
  25. (partly dynamic embedded SQL) and the sybase version on the sybase
  26. API. The oracle version will be built in future too, probably based on
  27. the ingress version.
  28.  
  29. It works ok.
  30.  
  31. Klaas
  32. --
  33. Klaas Hemstra  (hst@mh.nl)                      |   /  / ,~~~ ~~/~~
  34. uucp: ..{uunet!}sun4nl!mh.nl!hst                |  /--/  `-,   / ___ |_/ |__|
  35. Multihouse Automatisering B.V. Gouda,Netherlands| /  / ___/   /  --- | \ |  |
  36. ---- Incompatible: relation between two computer(software-)products. -----
  37.