Archive: NSIS Script to test Oracle JDBC connection


NSIS Script to test Oracle JDBC connection
Hello,

I developpe a setup with nsis.
During the test i must test the jdbc connection with oracle 10g before installing or updating the database by running a .bat.
Is there somewhere a NSIS script that test jdbc connection

thanks;


I'd say the best way to do this is to execute a simple Java application that'd connect to the database.