In jdbc, how to check, that we are using oracle 8i database?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|||||
|
|
You might have to use the Database metadata class. |
||||
|
|
|
Run:
It should produce something like:
Then it's just a simple matter of parsing that 1st result row. |
|||||
|