Re: Basic Info needed on Object oriented databases
Date: 30 Nov 92 15:25:13 GMT
Message-ID: <1700_at_rwja.umdnj.edu>
rama_at_ms.uky.edu (Sivakumar Ramamoorthy) writes:
>Is there any way to get Object oriented approaches using conventional SQL
>I would ideally like something that links SQL with C++ or something like
>that just as we have C embedded in SQL
I think you meant SQL embedded in "C".
>Thanks
>Sivaa
As far as I know, you can still stick EXEC SQL statements in MS C++. The problems you will have is the OO to Relational mapping. There are a few new OO products out there which take an OO design and store objects as a set of relations. The biggest problem with this is overhead and performance. There are many othere experimental systems out there which are dealing with these issues. There are hundreds of details here . . . If you'd like more info, e-mail me. In the meantime, check out DBMS magazine, October of 1992 issue on OODBMS.
Rich Holowczak
Rutgers University
holowcza_at_andromeda.rutgers.edu
Received on Mon Nov 30 1992 - 16:25:13 CET