Hi,

I have a patched SOCI version that supports std::wstring for "into" and
"use" statements. I don't know how to add wstring support to soci::row
as well? Any suggestions?

Is it possible to write something like this:
soci::session session( connectionString );
std::string name;
while ( session << "select name from table", soci::into( name ))
    std::cout << name << std::endl;

The only way I know of how to iterate over all rows of a result is to
either use soci::rowset or use soci::into with vectors. I'd like to keep
calling fetch() or something like that and use soci::into instead. Is
this possible somehow?

best regards,

    Sören

-- 
Sören Meyer-Eppler
software developer
[email protected]
http://www.BuschnicK.net

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to