Browse Source

* Made EODBCExcetion derrive from EDatabaseError instead of Exception directly

git-svn-id: trunk@12285 -
joost 16 years ago
parent
commit
ae73acefcf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/src/sqldb/odbc/odbcconn.pas

+ 1 - 1
packages/fcl-db/src/sqldb/odbc/odbcconn.pas

@@ -130,7 +130,7 @@ type
     property OnLogin;
     property OnLogin;
   end;
   end;
 
 
-  EODBCException = class(Exception)
+  EODBCException = class(EDatabaseError)
     // currently empty; perhaps we can add fields here later that describe the error instead of one simple message string
     // currently empty; perhaps we can add fields here later that describe the error instead of one simple message string
   end;
   end;