Any ORM Tools for C++? : c++
This is a discussion on Any ORM Tools for C++? within the c++ forums in Programming Languages category; Hi, Can you please let me know ORM tools which are available for C++ which uses XML for the data mapping between OO classes and database objects? Many Thanks in Advance, Cheers, Saminathan S...
| c++ comp.lang.c++ usenet archive |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| Can you please let me know ORM tools which are available for C++ which uses XML for the data mapping between OO classes and database objects? Many Thanks in Advance, Cheers, Saminathan S |
|
#2
| |||
| |||
| Sami a écrit : > Can you please let me know ORM tools which are available for C++ which > uses XML for the data mapping between OO classes and database objects? I think you answer will get a better audience in a group dedicated to you database. comp.databases... A quick search on wikipedia shows some results that you could have found yourself: http://en.wikipedia.org/wiki/List_of...pping_software -- Michael |
|
#3
| |||
| |||
| On Jul 16, 4:29 pm, Michael DOUBEZ <michael.dou...@free.fr> wrote: > Sami a écrit : > > > Can you please let me know ORM tools which are available for C++ which > > uses XML for the data mapping between OO classes and database objects? > > I think you answer will get a better audience in a group dedicated to > you database. > comp.databases... > > A quick search on wikipedia shows some results that you could have found > yourself:http://en.wikipedia.org/wiki/List_of...pping_software > > -- > Michael Thanks michael for reply, yeah searched it already and in-order to know more about the C++ tools, i had asked here. Thanks for the pointer too. |


