Re: [Wt-interest] Database Support

2009-09-30 Thread Jesse Williamson
On Tue, 2 Jun 2009, Archimedes B. Cortes wrote: Or might as well use Qt to connect to DB if you already have it. See also SOCI and DTL. _Jesse Williamson ;-}; -- Come build with us! The BlackBerryreg; Developer

Re: [Wt-interest] Database Support

2009-09-30 Thread Sean Chittenden
http://code.google.com/p/boost-soci/ And now a boost version of SOCI. Check it out. Please download, use, etc. SOCI is as close and good of a DBI like layer as C++ has. -sc On Sep 29, 2009, at 5:56 PM, Jesse Williamson wrote: On Tue, 2 Jun 2009, Archimedes B. Cortes wrote: Or might

Re: [Wt-interest] Database Support

2009-06-02 Thread Archimedes B. Cortes
Or might as well use Qt to connect to DB if you already have it. Joe Croft wrote: I found the tntdb @ http://www.tntnet.org/tntdb.html is a nice interface, similar to the Qt way of handling data -joe On Tuesday 26 May 2009 13:31:27 Shane Kerns wrote: Is there a way to make calls to

[Wt-interest] Database Support

2009-05-26 Thread Shane Kerns
Is there a way to make calls to the Db in Wt (specifically MySQL or Postgres)? If so can someone point me in the right direction. Thanks a million in advance. -- Register Now for Creativity and Technology (CaT), June 3rd,

Re: [Wt-interest] Database Support

2009-05-26 Thread Pau Garcia i Quiles
On Tue, May 26, 2009 at 7:31 PM, Shane Kerns nightfa...@gmail.com wrote: Is there a way to make calls to the Db in Wt (specifically MySQL or Postgres)? If so can someone point me in the right direction. Thanks a million in advance. If you mean an ORM, the answer is no. But you can use the

Re: [Wt-interest] Database Support

2009-05-26 Thread Joe Croft
I found the tntdb @ http://www.tntnet.org/tntdb.html is a nice interface, similar to the Qt way of handling data -joe On Tuesday 26 May 2009 13:31:27 Shane Kerns wrote: Is there a way to make calls to the Db in Wt (specifically MySQL or Postgres)? If so can someone point me in the right