org.compiere.db
Class TestConnection
java.lang.Object
org.compiere.db.TestConnection
public class TestConnection
- extends Object
Test Connection (speed)
- Version:
- $Id: TestConnection.java,v 1.2 2006/07/30 00:55:13 jjanke Exp $
- Author:
- Jorg Janke
|
Method Summary |
static void |
main(String[] args)
Test Connection. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestConnection
public TestConnection(String jdbcURL,
String uid,
String pwd)
- Test Connection
- Parameters:
jdbcURL - JDBC URLuid - userpwd - password
main
public static void main(String[] args)
- Test Connection.
java -cp dbPort.jar;oracle.jar org.compiere.db.TestConnection
- Parameters:
args - arguments optional
Example: jdbc:oracle:thin:@dev:1521:dev adempiere adempiere
Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.