Ah I missed you also wanted that part too, I assumed you only wanted a
database access library.

Maybe look at https://github.com/erikwinn/worm ?

There has been talk too about conversion classes between Wt and Qt models,
but I don't know of an actual implementation.

BR,
Wim.



2013/9/6 Muhammad Bashir Al-Noimi <mbno...@gmail.com>

> On 09/06/2013 10:49 AM, Wim Dumon wrote:
> > Sure, you can use Qt or any alternative SQL library for C++. We
> > created Wt::Dbo because we couldn't find an ORM that meets our needs.
> But usually I use QSqlDatabase, QSqlQuery, QSqlQueryModel,
> QSqlRelationalTableModel and QSqlTableModel to view the data over
> QTableView and other components. For instance; How can I get benefit of
> QSqlQueryModel with Wt tables?
>
> >
> > A Wt application doesn't require a database, so you can add what suits
> > you best to your project. The subsystems of Wt that rely on Dbo
> > (Wt::Auth), clearly mention this.
> >
> > To import/export string data, we recommend to use WString::toUTF8()
> > and WString::fromUTF8() to avoid all string encoding issues. The
> > alternative is to use the right WString constructor for your
> > situation. Pay attention to this, it is important.
>
>
> --
> Best Regards,
> Muhammad Bashir Al-Noimi
>
>
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
> _______________________________________________
> witty-interest mailing list
> witty-interest@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to