Hey all,

Server crashes at these two lines :

        Wt::Dbo::Query<int> query = session.query<int> ( "select count(*)
from tracks t ").where(" t.computer_id = ? ").bind(computerId);
        int val =  query.resultValue();  /// <-- it will actually crash here


It won't crash if I start reading  the   query.field()  values.

What do you guys think I should do?

-- 
Kind Regards,
Dushan Savich
[email protected]
http://stosha.com/
+381 64 329 33 55
Nehruova 95/51
11070 New Belgrade
Belgrade
Serbia
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to