Date: Thursday, March 9, 2006 @ 15:40:10
  Author: marc
    Path: /cvsroot/carob/carob/include

Modified: CarobException.hpp (1.38 -> 1.39)

Added hyperlinks to SQLState references.


--------------------+
 CarobException.hpp |    5 +++++
 1 files changed, 5 insertions(+)


Index: carob/include/CarobException.hpp
diff -u carob/include/CarobException.hpp:1.38 
carob/include/CarobException.hpp:1.39
--- carob/include/CarobException.hpp:1.38       Tue Mar  7 12:17:44 2006
+++ carob/include/CarobException.hpp    Thu Mar  9 15:40:10 2006
@@ -113,8 +113,13 @@
   StackTrace                  stackTrace;
   /** pointer to the exception that generated this one */
   CarobException*             causePtr;
+
   /** SQL2 standard error code */
   std::wstring                SQLState;
+  // Quite extensive lists of possible SQLStates can be found here:
+  // - 
http://www.easysoft.com/developer/interfaces/odbc/sqlstate_status_return_codes.html
 
+  // - 
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbcodbc_error_codes.asp
+
   /** Deprecated SQL1 "standard" error code. Negative for errors, positive for 
warnings. */
   int                         errorCode;
   /** Local stack trace when available */

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to