pro*c程式報SQL-02122
SQL-02122 Invalid OPEN or PREPARE for this database connection
Cause
An attempt was made to execute an OPEN or a PREPARE statement using a cursor that is currently open for another database connection and, therefore, cannot be used for this connection.
Action
Close the cursor to make it available for this connection or use a different cursor for this connection.
EXEC SQL at :db_name prepare COUNTHR_SEL from :H_sql;
如果上面這句話出錯,之後換個資料庫連線再執行上面這句話,就會報02122錯誤,是什麼問題?該如何解決?prepare沒有close一說吧?
第一次查詢如果出現table or view not exists這種錯
第二次查詢就會報 SQL-02122的錯
Cause
An attempt was made to execute an OPEN or a PREPARE statement using a cursor that is currently open for another database connection and, therefore, cannot be used for this connection.
Action
Close the cursor to make it available for this connection or use a different cursor for this connection.
EXEC SQL at :db_name prepare COUNTHR_SEL from :H_sql;
如果上面這句話出錯,之後換個資料庫連線再執行上面這句話,就會報02122錯誤,是什麼問題?該如何解決?prepare沒有close一說吧?
第一次查詢如果出現table or view not exists這種錯
第二次查詢就會報 SQL-02122的錯
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7319461/viewspace-765259/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- c語言程式實驗————實驗報告十二C語言
- c語言程式設計--實驗報告一C語言程式設計
- c語言程式設計——實驗報告六C語言程式設計
- # c語言程式設計——實驗報告一C語言程式設計
- c語言程式設計——實驗報告一C語言程式設計
- c語言程式設計——實驗報告二C語言程式設計
- C語言程式設計—實驗報告四C語言程式設計
- C語言程式設計-實驗報告4C語言程式設計
- c語言程式實驗——實驗報告五C語言
- c語言程式實驗————實驗報告十C語言
- mac Pro 安裝scrapy報錯解決Mac
- 好書妙評之《Pro C# 5.0》C#
- 樂Pro3與小米5c區別對比 小米5C和樂Pro3哪個好
- ida pro 7.5反編匯程式
- Dev C++編寫C/C++程式 出現[Error] ld returned 1 exit status報錯分析及解決devC++Error
- C# 微信海報C#
- 加固 C/C++ 程式C++
- 官方水晶報表 .NET 應用程式例項下載 (C#、Visual C++.NET) (轉)C#C++
- ant-design-pro IE9下報錯集合IE9
- 《消費者報告》:蘋果Macbook Pro推薦購買蘋果Mac
- VC2006與pro/C 整合開發
- 從 C/C++ 程式呼叫 Java 程式碼C++Java
- [react-control-center 番外篇1] ant-design-pro powered by C_CReact
- extern "C"的用途—在C++程式碼中嵌入C程式碼C++C程式
- 小米4C和紅米Pro區別對比評測
- C小程式
- C程式碼C程式
- 聊聊C語言/C++—程式和程式語言C語言C++
- C#ModBus Tcp 報文解析C#TCP
- c# 嵌入銳浪報表C#
- 編寫高效的C程式與C程式碼優化C程式優化
- lua呼叫c程式C程式
- c++程式框架C++框架
- C語言程式C語言
- 用code::blocks寫C/C++程式BloCC++
- c/c++程式碼流程圖生成C++流程圖
- 使用GDB命令列偵錯程式除錯C/C++程式命令列除錯C++
- 週報2【C語言】【Web安全】C語言Web