Home
last modified time | relevance | path

Searched refs:aUserPwd (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx712 Sequence< PropertyValue > aUserPwd(nAdditionalArgs); in buildLowLevelConnection() local
716 aUserPwd[ nArgPos ].Name = ::rtl::OUString::createFromAscii("user"); in buildLowLevelConnection()
717 aUserPwd[ nArgPos ].Value <<= sUser; in buildLowLevelConnection()
722 aUserPwd[ nArgPos ].Name = ::rtl::OUString::createFromAscii("password"); in buildLowLevelConnection()
723 aUserPwd[ nArgPos ].Value <<= sPwd; in buildLowLevelConnection()
763 …getConnectionWithInfo(m_pImpl->m_sConnectURL, ::comphelper::concatSequences(aUserPwd,aDriverInfo)); in buildLowLevelConnection()

Completed in 44 milliseconds