問題タブ [sqlj]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - Eclipse での SQLj
SQLj を Eclipse に接続したい。この手順を実行しました: http://mojo.codehaus.org/sqlj-maven-plugin/usage.html
しかし、SQLj ファイルをコンパイルしようとすると、メッセージが表示されます
私はwin7 64xとJava 7を持っています。
java - Java Client doesn't get ResultSet from Stored Procedure (written in Java - SQLJ) on DB2 zOS
I'm trying to recieve a ResultSet from a SQLJ Java Stored Procedure. The Client doesn't get the ResultSet. So I don't know if there is anything wrong with my create, transfer or receive of the ResultSet.
This is how I create the Procedure:
The Code of the external Java Procedure:
And the call from the Client:
I've already tested the connection and WLM Environment by using single Strings as Output Parameters. Everything worked.
Please can someone advise what am I missing? Thanks!
EDIT : After the Call from the Stored Procedure the WLM Environment says:
Everything looks fine.
The Client gets a java.lang.NullPointerException at while (rs1.next())
java - sqljでシーケンスを使用していますか?
私はsqljが初めてで、シーケンスによって生成されたIDでデータを挿入しようとしています。これは私の現在のコードです:
しかし、私はORA-02287エラーを取得し続けます。別の方法で行う必要がありますか?
java - Java - SQLJの存在価値
私の会社では、非常に古い Java バージョン 1.4.2 を使用していて、まだ .SQLJ を使用しており、セッターやゲッターのような方法で、またデータ操作 (追加、削除、編集) にも使用しています。SQLJ が時代遅れであることはわかっています。http://blog.jooq.org/2014/01/03/why-did-sqlj-die/
しかし今のところ、自分のアプリケーションで SQLJ を使用することの実際の問題 (アプリケーションはスレッドを実行しない) が実際には何であるかはわかりません。これが私が心配していることです。私の質問は、SQLJ を使用しない必要がありますか?
oracle - SQLJ ファイルを実行する最も簡単な方法は何ですか?
このファイルを実行するには?
SQLJ ファイル :
jBuilder と IBM Data Studio で実行しようとしましたが、実行に失敗しました