Changeset 101
- Timestamp:
- 01/25/08 09:28:03 (1 year ago)
- Files:
-
- branches/debea_1_2/dba/dba/sqlarchive.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/debea_1_2/dba/dba/sqlarchive.cpp
r98 r101 158 158 }; 159 159 DbConnection* ret = mDb->getConnection(mConnectStr.c_str()); 160 if (ret == NULL) { 161 throw DatabaseException("Cannot initialize connection to database"); 162 }; 160 163 ret->setErrorHandler(this,&handleError); 161 164 if (!pRelease) {
