User: hr      
Date: 06/04/19 06:23:04

Modified:
 /dba/dbaccess/source/ui/misc/
  RtfReader.cxx

Log:
 INTEGRATION: CWS oj17 (1.18.40); FILE MERGED
 2006/03/09 07:47:16 oj 1.18.40.1: #i62561# use a prepared statement when the 
rowset can not be used for insertion

File Changes:

Directory: /dba/dbaccess/source/ui/misc/
========================================

File [changed]: RtfReader.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/RtfReader.cxx?r1=1.18&r2=1.19
Delta lines:  +3 -3
-------------------
--- RtfReader.cxx       19 Jan 2006 15:43:40 -0000      1.18
+++ RtfReader.cxx       19 Apr 2006 13:23:02 -0000      1.19
@@ -220,7 +220,7 @@
                                {
                                        try
                                        {
-                                               
m_xResultSetUpdate->moveToInsertRow(); // sonst neue Zeile anh"angen
+                                               
m_pUpdateHelper->moveToInsertRow(); // sonst neue Zeile anh"angen
                                        }
                                        catch(SQLException& e)
                                        // UpdateFehlerbehandlung
@@ -261,8 +261,8 @@
                                        insertValueIntoColumn();
                                        m_nRowCount++;
                                        if(m_bIsAutoIncrement) // if 
bSetAutoIncrement then I have to set the autoincrement
-                                               
m_xRowUpdate->updateInt(1,m_nRowCount);
-                                       m_xResultSetUpdate->insertRow();
+                                               
m_pUpdateHelper->updateInt(1,m_nRowCount);
+                                       m_pUpdateHelper->insertRow();
                                }
                                catch(SQLException& e)
                                
//////////////////////////////////////////////////////////////////////




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to