Michał Nowotka wrote:
> Having this piece of code:
> 
> rowset<unsigned long> accounts = sql.prepare << string("select
> distinct owner_ID_FK as konto from Simple_Node where ID=5");
> 
> for (soci::rowset<unsigned long>::const_iterator nodeIterator =
> nodeIDs.begin(); nodeIterator != nodeIDs.end(); ++nodeIterator)
>      {
>         //
>      }
> 
> where and how should I put these inicators to avoid throwing exception?

Michał,

I think I see your point. I will check the problem myself at home 
tonight and see what's going on.


Best regards,
-- 
Mateusz Loskot, http://mateusz.loskot.net

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to