Page 1 of 1

Database class generator

Posted: Wed Feb 13, 2013 2:57 pm
by maxbld
Dear all,

I've being googleing the thing for a while, but got no result. Is there any wizard in C::B, Eclipse or any other IDE for wxWidgets that would automatically create a class describing a database table just by connecting to it e.g. via ODBC?

MFC DAO classes have it in Visual Studio.

Thanks a lot, BR,
Max.

Re: Database class generator

Posted: Sat Feb 16, 2013 6:21 pm
by evstevemd
maxbld wrote:Dear all,

I've being googleing the thing for a while, but got no result. Is there any wizard in C::B, Eclipse or any other IDE for wxWidgets that would automatically create a class describing a database table just by connecting to it e.g. via ODBC?

MFC DAO classes have it in Visual Studio.

Thanks a lot, BR,
Max.
When you don't find it and there are no options then you roll it!

Re: Database class generator

Posted: Mon Feb 18, 2013 5:20 pm
by maxbld
evstevemd wrote: When you don't find it and there are no options then you roll it!
LOOOL! You're too right and I'm too lazy!!

Re: Database class generator

Posted: Fri Nov 15, 2013 5:37 am
by lollisoft
Hi,

have you seen my project? (http://www.lollisoft.de/)

I am developing this software for such requirements. Using UML - actually argoUML as an initial modeling step, I am able to create simple database prototypes within some minutes per table or object.

The UML model is then exported to XMI and my application imports these models using XSLT transforming. When done, you have the option to play with the prototype directly using Sqlite as a backend,
or create code of your choice. This is also done with XSLT templates.

Some samples are included in my project and even a commercial grade framework is supported by one of my templates - but on Windows only due to the framework targeting .NET.
This sample project demonstrates creating fully functional CRUD applications including a simple security system!

Image

Please try or contact me :-)

Lothar