Hi All,
I try to connect to an adabas database locally, but I have the following error : “UNKNOWN USER NAME/PASSWORD COMBINATION”. Can anyone tell me if ther is an error on the programme ?
Thank you in advance,
Sabrina.
===============================================
public static void main(String argv) {
System.out.println(“*** debut de traitement ***”);
new connexion().connect();
}//main
public void connect(){
try {
Class.forName(“de.sag.jdbc.adabasd.ADriver”);//pour adabas
java.sql.DriverManager.getConnection(“jdbc:adabasd://127.0.0.1/MYDB”,“control”, “adabas”);
System.out.println(“connexion etablie”);
CallableStatement st=null;
}
catch(ClassNotFoundException e) {
System.err.println("Driver non charg