How to obtain some properties from a database using JDBC?
How to obtain some properties from a database using JDBC?
I'm trying to get some properties like the following:
databaseName
portNumber
serverName
driverType
readOnly
from DB2 database. How can I do that using java's JDBC?
No comments:
Post a Comment