[ wxwindows-Bugs-1647581 ] wrong #define values for SQL_AUTOCOMMIT
SourceForge.net
noreply at sourceforge.net
Mon Jan 29 17:54:43 PST 2007
Bugs item #1647581, was opened at 2007-01-29 23:54
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1647581&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxMSW specific
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Valter G. Nogueira Jr. (vgnogueira)
Assigned to: Nobody/Anonymous (nobody)
Summary: wrong #define values for SQL_AUTOCOMMIT
Initial Comment:
I strong believe that
#define SQL_AUTOCOMMIT_OFF 0UL
#define SQL_AUTOCOMMIT_ON 1UL
are switched, and the right values should be
#define SQL_AUTOCOMMIT_OFF 1UL
#define SQL_AUTOCOMMIT_ON 0UL
These occurs in 2 files:
C:\wxMSW-2.8.0\src\iodbc\isqlext.h and
C:\wxMSW-2.8.0\include\wx\isqlext.h
other point to consider is that wxDb::Open should not issue a Stop Trace, what make very hard to figure out problems.
Att
Valter
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1647581&group_id=9863
More information about the wx-dev
mailing list