On 27 February 2013 18:52, Kevin Rose <[email protected]> wrote: > // Run a second test query to verify I can get data from the > connection. > int test; > (*mDbSession) << "select 1 from dual", into(test); > > Everything goes ok, until the last line when I get an exception with the > error message "ORA-24338: statement handle not executed".
Kevin, I've done super quick test using current SOCI in Git master built using VS2012 and Oracle XE on Linux. This last query works for me (screen attached) I will do my best to check 3.1.0 later. Any chance you can switch to current Git master (soon-to-be SOCI 3.2.0)? I have to be honest, we lack of man power to maintain previous versions and issue bugfix releases. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net
<<attachment: oracle_dual_test.png>>
------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________ soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
