User: hr Date: 2007-11-01 14:50:56+0000 Modified: dba/connectivity/source/drivers/jdbc/JConnection.cxx
Log: INTEGRATION: CWS dba24b (1.5.26); FILE MERGED 2007/09/28 11:14:10 oj 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2007/08/31 09:21:59 oj 1.5.26.1: #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.6&r2=1.7 Delta lines: +1 -0 ------------------- --- JConnection.cxx 2007-09-26 14:29:37+0000 1.6 +++ JConnection.cxx 2007-11-01 14:50:54+0000 1.7 @@ -867,6 +867,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]
