Tag: cws_src680_dba24b User: oj Date: 2007-08-31 09:22:01+0000 Modified: dba/connectivity/source/drivers/jdbc/JConnection.cxx
Log: #i73634# check if driver name is empty and throw if so File Changes: Directory: /dba/connectivity/source/drivers/jdbc/ ================================================= File [changed]: JConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/JConnection.cxx?r1=1.5&r2=1.5.26.1 Delta lines: +4 -3 ------------------- --- JConnection.cxx 2007-06-27 14:35:59+0000 1.5 +++ JConnection.cxx 2007-08-31 09:21:59+0000 1.5.26.1 @@ -4,9 +4,9 @@ * * $RCSfile: JConnection.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.5.26.1 $ * - * last change: $Author: hr $ $Date: 2007/06/27 14:35:59 $ + * last change: $Author: oj $ $Date: 2007/08/31 09:21:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -856,6 +856,7 @@ if ( !aStr.getLength() ) { m_aLogger.log( LogLevel::SEVERE, STR_LOG_NO_DRIVER_CLASS ); + throw SQLException(::rtl::OUString::createFromAscii("The specified driver was empty!"),*this,::rtl::OUString(),1000,Any()); } else { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
