Sergei Kuchin - 2013-12-25

From the F.A.Q.:

/Q. OTL: how does OTL handle NULLs?/

saka2god wrote:


[bugs:#11] http://sourceforge.net/p/otl/bugs/11/ ms access bug

Status: open
Created: Wed Dec 25, 2013 04:12 AM UTC by saka2god
Last Updated: Wed Dec 25, 2013 04:12 AM UTC
Owner: Sergei Kuchin

when I use the otl with ms access.
std::string strSelCmd = "select * from UsersTbl where
strLoginName='admin'";
otl_stream stream( 10 , strSelCmd.c_str() , m_db );
the admin's strLoginPass field is null.
then I use
std::string strSelCmd = "select * from UsersTbl";
otl_stream stream( 10 , strSelCmd.c_str() , m_db );
the admin's record's strLoginPass field is not null.
it is the prev record's the same filed's value.


Sent from sourceforge.net because you indicated interest in
https://sourceforge.net/p/otl/bugs/11/

To unsubscribe from further messages, please visit
https://sourceforge.net/auth/subscriptions/