decodePC.java SQL Server

I modified this for SQL Server if anyone is interested. Had to capitalize some tables and fields and add some conditionals to get past Oracle specific logic.

Assumed to install SQL Server JDBC Driver in root of C:

then compile with:

javac -classpath C:\sqljdbc_1.2\enu\sqljdbc.jar decodePC.java
java -classpath C:\sqljdbc_1.2\enu\sqljdbc.jar;. decodePC

AttachmentSize
decodePC.java_.txt92.49 KB

Reply