home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / bit / listserv / dbasel / 1424 < prev    next >
Encoding:
Text File  |  1993-01-07  |  2.2 KB  |  39 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!auvm!SSD0.LAAFB.AF.MIL!PAUSSAVC
  3. X-Mailer: Network Courier V2.1a
  4. Encoding: 26 TEXT
  5. Message-ID: <2B4C6D1B@ssd0.laafb.af.mil>
  6. Newsgroups: bit.listserv.dbase-l
  7. Date:         Thu, 7 Jan 1993 09:49:00 LCL
  8. Sender:       "Discussion on the use of the dBase language and related
  9.               dialects" <DBASE-L@NMSUVM1.BITNET>
  10. From:         PaussaVC@SSD0.LAAFB.AF.MIL
  11. Subject:      Re: ClipDbBridge
  12. Lines: 25
  13.  
  14. >>               Matt Yardley, DB/DC Analyst C.I.S.
  15. >>       I had noticed your reply to the DBASE-L list and was curious of
  16. >> the mention of ClipdbBridge.  I have never heard of it.  We have been
  17. >> considering Oracle7 as part of a feasibility study on rightsizing.  We
  18. >> also have customers out there that have clippered packages, so something
  19. >> such as dbase(clipper) crossing to Oracle may be quite beneficial.
  20. >>        Could you give me a brief overview of what this package does and
  21. >> how it fits into the scheme (if any) of possible client/server
  22. >> architectures?
  23. ClipdbBridge, (301) 330-9621,  provide several functions that interface
  24. Clipper applications to Oracle through SQL*Net.  The main functions are
  25. D_SQL() which allows you to send any SQL statement to Oracle via up to 11
  26. cursors, D_FETCH() which fetches the next line of information from the last
  27. SQL SELECT statement.  There are also commands to connect, disconnect, set
  28. the amount of data to retrieve, and locate yourself within the cursor space.
  29. I find it very easy to work with having some SQL experience.  The British
  30. product whose name escapes me but Nantucket is willing to give you, I hear is
  31. a replaceable db driver which gives you access to Oracle data as if it were a
  32. dbase file.  I haven't seen that product though.  This solution for upsizing
  33. local databases and giving quick access to corporate Oracle based data is
  34. incredibly cheap and easy to implement.  It requires a license for SQL*Net
  35. for each PC (Check out the license terms on Oracle for OS/2 $4G quick before
  36. they catch on) You can buy a good Unix box for $30G, Oracle for $30G, the
  37. bridge is $600 Ta da $65G and universal access with unlimited product
  38. development. (All prices are estimated)
  39.