Tagged Questions
The sqlj tag has no wiki summary.
1
vote
1answer
89 views
How to use SQLJ with Eclipse?
There is not a plugin for SQLJ. So which files i have to import to project? How can i make the compiler understand SQLJ commands?
I am currently using JDBC.
1
vote
1answer
122 views
How to insert and update multiple rows at the same time in JS?
I have a table which contains say X rows and 10 columns.
User has an option to edit any of the rows and columns and also he can add new rows and add details to it.
He has a single button 'Save' and ...
1
vote
0answers
29 views
translate function problem while binding
I have been using sqlj as the data set is quite large for the application, I have been trying a querry to be incoorporated in my sqlj file but at the time of binding it is giving me a error please ...
1
vote
2answers
127 views
1
vote
3answers
153 views
Difference between sql, pl/sql and sqlj
I want to know
how do the 3 compare with one
another?
which one to use when?
which can be used as a replacement of
other?
1
vote
2answers
533 views
0
votes
0answers
11 views
SQLJ in Netbeans
I just read, that Netbeans does not support SQLJ and can´t believe this. Is there really no way to run SQLJ code in Netbeans?
0
votes
0answers
22 views
SQLJ Runtime Error Using DB2 JCC Driver
I am currently testing on the batch processing on a new WAS profile, which is using the DB2 JCC Driver– both online (WEB) and triggered via the shell script.
At the moment, there is no problem ...
0
votes
3answers
37 views
Where do you get the sqlj libaries for java?
I've been charged with writing a DB manipulator with java for a project.
My professor gives us material that says to use the sqlj library (Oracle I'm assuming?), but nobody explains where it comes ...
0
votes
1answer
49 views
Auto-generating SQLJ source code
Has anyone out here tried auto-generating sqlj source code , from oracle pl/sql packages or procedures ?
0
votes
1answer
218 views
sqlj runtime error
Could somebody tell me what is causing this error when using sqlj in Oracle 11g. I am using Solaris 8 and I have tried changing JDK versions (tried both 1.5 and 1.6).
bash-2.03$ ~/11.2.0.2/bin/sqlj ...
0
votes
1answer
68 views
SQLJ produced invalid Java code
although I an an old time user of the Website, but managed to resolve problems myself before. This time I need your advice :)
The situation:
I've inherited the old Java project code where SQLJ is ...
0
votes
2answers
1k views
How to print on Oracle SQL Developer console using SQLJ
I created and launch the SQLJ Java procedure (using SQL Developer). I have some bugs and I would like to debug Java source code. What is the best way to do this? Is it possible to print to the SQL ...