python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Upgrade of JTOpen throws an error (No suitable driver)
We are using Java applications with JDBC/JTOpen to AS400/IBM i DB2.
Currently using JTOpen v.10.5 which works fine.
Trying to upgrade to latest v.10.7 but it fails with:
java.sql.SQLException: No suit...
4integration
Votes: 0
Answers: 1
Assigning points based on data from sql query
Is there a way within sql (db2) to assign points based on values of columns, i.e. for every 5 sales you get one point and for every 100 dollars you get one point?
My query:
SELECT SALES, DOLLARS, EMPL...
Geoff_S
Votes: 0
Answers: 1
SQL/DB2 getting single row of results per employee with a UNION
I'm currently using a UNION on 2 select statements and while I'm getting the correct data, it's not exactly what I actually need when it comes time to use it in a front-end view
I'm currently using th...
Geoff_S
Votes: 0
Answers: 2
I need help defining a case statement in SQL db2-400
I am using SQL, IBM Data Studio, db2-400. I need help writing a case statement that looks for the length of a field and returns a blank if it is not equal to 14, I have tried many ways without success...
Dan B.
Votes: 0
Answers: 2