Database class generator Topic is solved

In this forum you can discuss database related issues which can be wxWidgets related, but also generic in nature.
Post Reply
maxbld
Earned some good credits
Earned some good credits
Posts: 113
Joined: Wed Jan 30, 2013 10:49 pm

Database class generator

Post 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.
User avatar
evstevemd
Part Of The Furniture
Part Of The Furniture
Posts: 2408
Joined: Wed Jan 28, 2009 11:57 am
Location: United Republic of Tanzania

Re: Database class generator

Post 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!
Chief Justice: We have trouble dear citizens!
Citizens: What it is his honor?
Chief Justice:Our president is an atheist, who will he swear to?
maxbld
Earned some good credits
Earned some good credits
Posts: 113
Joined: Wed Jan 30, 2013 10:49 pm

Re: Database class generator

Post 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!!
lollisoft
Earned some good credits
Earned some good credits
Posts: 115
Joined: Sat Jul 23, 2005 3:52 pm
Location: Germany
Contact:

Re: Database class generator

Post 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
OS: Windows 7, Mac OS X (Panther/Leopard/Snow Leopard), SuSE Linux, Debian (PPC), OpenMoko FreeRunner
Compiler: OpenWatcom, GCC
wxWidgets 2.8.x
IDE Makefile based.
RAD My own brewed, Code generation with XSLT and DialogBlocks
Post Reply