It was done on this line in Connection.cxx :
xBroadcaster->addDocumentEventListener(this);
The issue was on this part of the code
xInputStream = OStorageHelper::GetInputStreamFromURL(m_sFirebirdURL, xContext);Now replaced with
xInputStream = OStorageHelper::GetInputStreamFromURL(m_sFBKPath, xContext);
m_sFirebirdURL is the original fdb path
m_sFirebirdURL = m_pDatabaseFileDir->GetFileName() + "/firebird.fdb"; m_sFBKPath = m_pDatabaseFileDir->GetFileName() + "/firebird.fbk";
No comments:
Post a Comment