executequery

    2熱度

    1回答

    後停止的executeQuery()我有一個SQL查詢的執行: ResultSet resultSet = preparedStatement.executeQuery(); while(resultSet.next()){ // do some stuff } 有沒有辦法停止執行,並做一些代碼,讓後說2分鐘執行的? 謝謝

    1熱度

    1回答

    我得到一個Java的MySQL例外 @Override public ResultSet executeQuery (String query, ArrayList<Argument> arguments) throws SQLException { final PreparedStatement pstmt = getPstmt(query, arguments); f

    0熱度

    1回答

    嗨兩個對象: def q = Domain.executeQuery("Select d0 from Domain d0 where d0.id = (select min(d1.id) from Domain d1 where d1.code = d0.code and d1.service = d0.service and d1.site = d0.site)"); 我想這個的HQL查詢轉

    2熱度

    1回答

    我正在使用數據庫實用程序執行查詢以試驗Oracle SQL(10g)。 我的問題是,即使在成功執行CREATE TABLE和INSERT之後,打開數據檢查器時也不會顯示記錄。 這是我跑: DROP TABLE Customer; CREATE TABLE Customer ( CustomerNr INTEGER PRIMARY KEY, LastName VARCHAR2(

    1熱度

    2回答

    好吧,我沒有頭髮了。當傳遞一個常量字符串到executeQuery時沒有問題。當傳遞一個String對象時,它失敗,例外是' incorrect syntax near "."'。 一切都基本上完全相同,但由於某種原因,一個案件起作用,另一個不起作用。爲了給出一點背景,我連接到一個SQLServer2008數據庫。是什麼賦予了? 下面是採取我的頭髮,從我的代碼:‘’ public List<IdV

    1熱度

    2回答

    我想使用GORM的executeQuery做一個簡單的內部連接,但得到一個QuerySyntaxException .....我相信我的hql沒問題。這裏是我的查詢 def query = Institution.executeQuery("select longName from Institution inner join TacticalIndustryCode.idInstitution"

    1熱度

    2回答

    我正在使用ExecuteQuery (www.executequery.org)連接到遠程Oracle數據庫。我收到了一個.sql文件,我應該在這個數據庫上運行。但是我甚至無法將這個文件加載到ExecuteQuery中,因爲顯然它太大了:我得到一個Java異常,說Java堆空間太小。 我知道如何從控制檯執行Java程序時指定Java堆大小。但我怎麼能告訴ExecuteQuery增加堆?有沒有人知道

    0熱度

    1回答

    我正在使用entityframework 5,我注意到如果我從我的數據庫使用linq加載一個對象我的結果對象存儲在dbcontext,但如果我想使用ExecuteStoreQuery加載相同的對象,結果不存儲在數據庫上下文。 這是預期行爲嗎?或者我能做些什麼來維護secon方式查詢con dbcontext的結果? 1路(LINQ): var obj = dbcontext.table.where

    1熱度

    2回答

    我正在使用VB框架4.0和LINQ到SQL。 我想選擇dynamycally表的名稱。我已經使用了名爲table.dll的庫,並且我已經映射了數據庫的所有表,並且它正常。 我的問題是當我嘗試執行executequery。在這裏我的代碼。 Imports Microsoft.VisualBasic Imports System.Data.Linq Imports Prototype.NamedT

    3熱度

    3回答

    我正在處理現有的SSIS包以向其添加自定義日誌記錄。我試圖對其進行測試,並且我有一個執行SQL任務,我沒有創建那個會得到以下錯誤。 執行查詢 "ap_pfl_DropProfileTables" 失敗,出現以下錯誤: "Could not find stored procedure 'ap_pfl_DropProfileTables'.". Possible failure reasons: Pr