久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

      <legend id='1YERw'><style id='1YERw'><dir id='1YERw'><q id='1YERw'></q></dir></style></legend>
      <i id='1YERw'><tr id='1YERw'><dt id='1YERw'><q id='1YERw'><span id='1YERw'><b id='1YERw'><form id='1YERw'><ins id='1YERw'></ins><ul id='1YERw'></ul><sub id='1YERw'></sub></form><legend id='1YERw'></legend><bdo id='1YERw'><pre id='1YERw'><center id='1YERw'></center></pre></bdo></b><th id='1YERw'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='1YERw'><tfoot id='1YERw'></tfoot><dl id='1YERw'><fieldset id='1YERw'></fieldset></dl></div>

      <small id='1YERw'></small><noframes id='1YERw'>

      • <bdo id='1YERw'></bdo><ul id='1YERw'></ul>

      1. <tfoot id='1YERw'></tfoot>

        SQL7008 錯誤 - 解決方法?

        SQL7008 Error - Workaround?(SQL7008 錯誤 - 解決方法?)

          1. <i id='q8Cz1'><tr id='q8Cz1'><dt id='q8Cz1'><q id='q8Cz1'><span id='q8Cz1'><b id='q8Cz1'><form id='q8Cz1'><ins id='q8Cz1'></ins><ul id='q8Cz1'></ul><sub id='q8Cz1'></sub></form><legend id='q8Cz1'></legend><bdo id='q8Cz1'><pre id='q8Cz1'><center id='q8Cz1'></center></pre></bdo></b><th id='q8Cz1'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='q8Cz1'><tfoot id='q8Cz1'></tfoot><dl id='q8Cz1'><fieldset id='q8Cz1'></fieldset></dl></div>
              <bdo id='q8Cz1'></bdo><ul id='q8Cz1'></ul>
            • <small id='q8Cz1'></small><noframes id='q8Cz1'>

                <legend id='q8Cz1'><style id='q8Cz1'><dir id='q8Cz1'><q id='q8Cz1'></q></dir></style></legend>

                <tfoot id='q8Cz1'></tfoot>
                  <tbody id='q8Cz1'></tbody>

                  本文介紹了SQL7008 錯誤 - 解決方法?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我正在將 JTOpen JDBC 驅(qū)動程序用于 DB2 通用數(shù)據(jù)庫.除了簡單的語句之外,我對 SQL 的經(jīng)驗很少.

                  I'm using the JTOpen JDBC driver for a DB2 Universal database. I have very little experience with SQL beyond simple statements.

                  從 這個問題,我看到嘗試在事務期間在非日志表中插入/更新行"時拋出我遇到的錯誤(SQL7008)(釋義).

                  From this question, I see that the error I'm getting (SQL7008) is thrown when trying to "insert/update rows in a non-journaled table during a transaction" (paraphrased).

                  根據(jù)項目負責人的說法,我們的 DB 沒有日志記錄,并且不會很快出現(xiàn)(不要問我為什么,我不是 DBA).但是,我正在開發(fā)一個項目,其中幾乎需要一次性commit 所有內(nèi)容(而不是每次調(diào)用執(zhí)行時都自動提交)(不是完全需要,但它會解決未來會有很多問題).

                  According to the project lead, our DB is not journaled and won't be any time soon (don't ask me why, I'm not the DBA). However, I'm working on a project where being able to commit everything in one go (rather than AutoCommit-ing each time an execute is called) is nearly necessary (not totally required, but it would solve a lot of issues down the road).

                  有沒有辦法在不啟用 Journalling 的情況下解決錯誤 SQL7008?

                  Is there any way to work around erorr SQL7008 without enabling Journalling?

                  推薦答案

                  在不啟用日志的情況下解決此問題的唯一方法是在連接字符串中禁用 事務隔離,如下所示:

                  The only way to work around it without enabling journaling is to disable transaction isolation in your connection string as follows:

                  jdbc:as400://systemname;naming=sql;errors=full;transaction isolation=none;date format=iso
                  

                  可以在 IBM Toolbox for Java JDBC 屬性 文檔.

                  這篇關(guān)于SQL7008 錯誤 - 解決方法?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  How can I detect integer overflow on 32 bits int?(如何檢測 32 位 int 上的整數(shù)溢出?)
                  Local variables before return statements, does it matter?(return 語句之前的局部變量,這有關(guān)系嗎?)
                  How to convert Integer to int?(如何將整數(shù)轉(zhuǎn)換為整數(shù)?)
                  How do I create an int array with randomly shuffled numbers in a given range(如何在給定范圍內(nèi)創(chuàng)建一個隨機打亂數(shù)字的 int 數(shù)組)
                  Inconsistent behavior on java#39;s ==(java的行為不一致==)
                  Why is Java able to store 0xff000000 as an int?(為什么 Java 能夠?qū)?0xff000000 存儲為 int?)
                    <tbody id='YIRH0'></tbody>

                  <small id='YIRH0'></small><noframes id='YIRH0'>

                  1. <tfoot id='YIRH0'></tfoot>
                    <i id='YIRH0'><tr id='YIRH0'><dt id='YIRH0'><q id='YIRH0'><span id='YIRH0'><b id='YIRH0'><form id='YIRH0'><ins id='YIRH0'></ins><ul id='YIRH0'></ul><sub id='YIRH0'></sub></form><legend id='YIRH0'></legend><bdo id='YIRH0'><pre id='YIRH0'><center id='YIRH0'></center></pre></bdo></b><th id='YIRH0'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='YIRH0'><tfoot id='YIRH0'></tfoot><dl id='YIRH0'><fieldset id='YIRH0'></fieldset></dl></div>

                      <legend id='YIRH0'><style id='YIRH0'><dir id='YIRH0'><q id='YIRH0'></q></dir></style></legend>

                            <bdo id='YIRH0'></bdo><ul id='YIRH0'></ul>
                            主站蜘蛛池模板: 激情av免费看 | 欧美在线观看一区 | 91在线免费视频 | 国产午夜视频 | 国产资源在线视频 | 国产精品欧美一区二区三区不卡 | 奇米av| 国内精品久久久久久久 | 欧美亚洲国产一区二区三区 | 精品久久精品 | 亚洲国产一区二区三区 | 中文字幕一区二区三区四区 | 欧美a在线| 国产精品 欧美精品 | 免费看91| 欧美日韩视频 | 日韩在线电影 | 狠狠干在线 | 真人一级毛片 | 婷婷午夜天 | 国产精品一二三区 | 久久久999免费视频 999久久久久久久久6666 | 在线观看av网站永久 | 成人教育av| 久久精品一区二 | 成人在线免费av | 偷拍亚洲色图 | 99精品免费久久久久久日本 | 国产高清精品在线 | 成人国产精品一级毛片视频毛片 | 国产成人在线视频免费观看 | 91xxx在线观看 | 99在线播放 | 亚洲三区在线观看 | 亚洲精品视频一区 | 91精品国产91综合久久蜜臀 | 欧美日韩国产传媒 | 亚洲在线成人 | 伊久在线| 久久大| 国产乱码精品一区二区三区忘忧草 |