Sybase SQL Anywhere 12 Kostenloser Download
- felicwolfma
- Aug 20, 2023
- 1 min read
// Select the JDBC driver and create a connection.// May throw a SQLException.// Choices are:// 1. jConnect driver// 2. SQL Anywhere JDBC 3.0 driver// 3. SQL Anywhere JDBC 4.0 driverarg = "jdbc4";if( args.length > 0 ) arg = args[0];if( arg.compareToIgnoreCase( "jconnect" ) == 0 )System.out.println("jconnect started");con = DriverManager.getConnection("jdbc:sybase:Tds:localhost:2638", "DBA", "sql");elsecon = DriverManager.getConnection("jdbc:sqlanywhere:uid=DBA;pwd=sql" );
Sybase SQL Anywhere 12 kostenloser Download
Download Zip: https://tiurll.com/2vJ69C
2ff7e9595c
Comments