On Wednesday 22 April 2009 15:29:35 OpenDBX devel list wrote:
> I wasn't aware of the case where, for the same query, different calls to
> odbx_result()  give me different values :(
>
> Can this be just the case of a SP ? Because I this is the first time I have
> this behaviour.

You will see this behaviour for stored procedures and if you send more than 
one statement in a string using a backend that supports the "multiple 
statement" option, e.g. for MySQL

"INSERT INTO test (a, b) VALUES (1, 2); SELECT * FROM test"


Norbert
-- 
OpenPGP public key
http://www.linuxnetworks.de/norbert.pubkey.asc

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
libopendbx-devel mailing list
libopendbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libopendbx-devel
http://www.linuxnetworks.de/doc/index.php/OpenDBX

Reply via email to