Dear all, I wonder knowing where the "Relational Database Model" stuff are in the boost repository. How knows? Thanks a lot, --Hossein __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
I wonder knowing where the "Relational Database Model" stuff are in the boost repository. How knows?
I'm not sure, but maybe you want: http://groups.yahoo.com/group/boost/files/tables.zip Bruno
Bruno,
I wonder knowing where the "Relational Database Model" stuff are in the boost repository. How knows?
I'm not sure, but maybe you want:
May be better to call it the "Relational Data Model". I called it so at the first step to emphasis that I'm searching something related to databases. What I need is some sort of implementation of "Relation" mainely represented by "Table" in implementations of RDM.
Sorry but yahoo tells me that I'm not a member of the group(!) If I'm not, then how do I get the postings to it? (E.g. how did I get this one?) Any idea? Thanks, --Hossein __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail
"Hossein Haeri"
May be better to call it the "Relational Data Model". I called it so at the first step to emphasis that I'm searching something related to databases. What I need is some sort of implementation of "Relation" mainely represented by "Table" in implementations of RDM.
This particular library allows you to create in-memory relational tables and apply relational algebra operators to them. The tables and views (relational operators) behave like STL containers of records (tuples). Fields of any C++ types are allowed. On the other hand, the library does not allow you to connect to a real database, e.g., ORACLE or SQL server. The compiler you need is either VC7.1 or GCC 3.3.
Sorry but yahoo tells me that I'm not a member of the group(!) If I'm not, then how do I get the postings to it? (E.g. how did I get this one?) Any idea?
If you are still interested, and if for any reason you can't sign up for Yahoo group membership, I can send the zip file to you as an attachment (I am one of the authors of this library). Regards, Arkadiy
Hi Arkadiy,
The compiler you need is either VC7.1 or GCC 3.3.
A problem here is that I use Dev-C++ 4.9.8.0 with GCC 3.2, and I don't know how to upgrade it's GCC. I'll be more pleased if anybody can help me doing that first.
If you are still interested, and if for any reason you can't sign up for Yahoo group membership, I can send the zip file to you as an attachment (I am one of the authors of this library).
You'll do me a great favour! TIA, --Hossein __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail
participants (3)
-
Arkadiy Vertleyb
-
Bruno MartÃnez Aguerre
-
Hossein Haeri