Searched refs:sCurrentActionError (Results 1 – 2 of 2) sorted by relevance
416 String sCurrentActionError = String(ModuleRes(STR_COULDNOTCREATE_DRIVERMANAGER)); in getDriver() local418 …sCurrentActionError.SearchAndReplaceAscii("#servicename#", (::rtl::OUString)SERVICE_SDBC_CONNECTIO… in getDriver()428 …throw SQLException(sCurrentActionError, getORB(), ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("S10… in getDriver()431 …throw SQLException(sCurrentActionError, getORB(), ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("S10… in getDriver()437 sCurrentActionError = String(ModuleRes(STR_NOREGISTEREDDRIVER)); in getDriver()438 sCurrentActionError.SearchAndReplaceAscii("#connurl#", _sURL); in getDriver()440 …throw SQLException(sCurrentActionError, getORB(), ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("S10… in getDriver()
219 String sCurrentActionError; in UpdateTableList() local223 sCurrentActionError = String(ModuleRes(STR_NOTABLEINFO)); in UpdateTableList()251 aInfo.Message = sCurrentActionError; in UpdateTableList()
Completed in 29 milliseconds