*/
public static void main(String[] args)
throws IOException, SQLException {
Options opts = new Options();
args = opts.setFromCmdLine(args);
JDBCConfiguration conf = new JDBCConfigurationImpl();
try {
if (!run(conf, args, opts))
System.out.println(_loc.get("tool-usage"));
} finally {
conf.close();
}
}