Hi,

Here you can find perfect example of how using database in Wt:
http://www.webtoolkit.eu/wt/doc/tutorial/dbo/tutorial.html

In order to access MySQL database you just have to use dbo::backend::MySQL
class for connection instead of dbo::backend::Sqlite3.
Also you should add this library to your project lwtdbomysql

if you are using Qt Creator add this line in .pro
LIBS += -lwtdbosqlite3 -lwtdbomysql

Best regards,
Nasser Al-Noimi



On Wed, Feb 26, 2014 at 9:45 AM, Tor Arne Fallingen <fallin...@gmail.com>wrote:

> Im in a emergency situation here, I need to be able to prove that I can
> read write and show dynamic data from a mysql database before the end of
> the day. Im having a bit of trouble finding a guide to install the Mysql
> backend for Wt. Im NOT an expert on compiling my own libraries, but Im
> pretty good at following guides. I found the sourceforge site for
> wtdbomysql, but I can't really see what to download there. Do anyone feel
> like helping me?
>
>
> ------------------------------------------------------------------------------
> Flow-based real-time traffic analytics software. Cisco certified tool.
> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
> Customize your own dashboards, set traffic alerts and generate reports.
> Network behavioral analysis & security monitoring. All-in-one tool.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
> _______________________________________________
> witty-interest mailing list
> witty-interest@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>
>
------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&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