Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!apple!vsi1!octopus!sjsumcs!horstman From: horstman@sjsumcs.sjsu.edu (Cay Horstmann) Newsgroups: comp.lang.c++ Subject: Re: C++ interfaces to Relational Databses. Keywords: C++, OOP, OODBMS. Message-ID: <1989Dec5.010812.3485@sjsumcs.sjsu.edu> Date: 5 Dec 89 01:08:12 GMT References: <6515@pbhyf.PacBell.COM> Reply-To: horstman@sjsumcs.SJSU.EDU (Cay Horstmann) Organization: San Jose State University Lines: 21 In article <6515@pbhyf.PacBell.COM> mtc@PacBell.COM (Mitchell T. Christensen) writes: > > > > Hi there, > > We here at Pac*Bell are preparing to delve into Object Oriented > production using c++. We have a problem though. I am unable to > come up with a clean interface for c++ to our "standardized" DBMS > Oracle. > > Is there anyone out there who has solved this problem? > I'd like to amend this query--does anyone know of some set of classes implementing SQL? One could have a table class and overloaded operators for the relational operations instead of the yucky SQL syntax. Somewhere down the line they should map to embedded SQL queries. Is any such work done anywhere? Cay Horstmann horstman@sjsumcs.sjsu.edu