Quantcast
Channel: web development helpdesk » database
Browsing latest articles
Browse All 2 View Live

How to check if database column contains NULL?

If you are pulling a value from a database ResultSet it is somethimes not possible to check the value returned to determine if the value in the database was null. In these cases you can use the...

View Article



How to make a read only database connection

The Connection class has a setReadOnly() that hints to the database that the connection is read only. This will enable any possible database optimisation. Connection connection =...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images