From: SourceForge.net <no...@so...> - 2007-05-23 10:34:06
|
Bugs item #1724064, was opened at 2007-05-23 13:34 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1724064&group_id=51305 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: any Group: CVS HEAD Status: Open Resolution: None Priority: 5 Private: No Submitted By: Viacheslav Tararin (vtararin) Assigned to: Nobody/Anonymous (nobody) Summary: Database layer does not show right error message Initial Comment: WindowsXP, Turbo C++ Borland 2006. wxWindows 2.8.4, DatabseLayer CVS HEAD, static, unicode build. Problem with ODBC layer implementation (MS SQL Server 2000). Have: a table defekt ( defect_id integer, defeCt varchar(100)); have SQL statement "select defeKt from defekt" DatabaseResultSet* rs = pDatabaseLayer->RunQueryWithResults(_T("select defekt from defekt")); The last statement throws exception with empty error message and zero as error code. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1724064&group_id=51305 |