1 // Pass correct username and incorrect password ,it should fail.
3 // Author : Jitendra Lenkla
10 AbsSqlConnection
*con
= createConnection();
11 rv
= con
->connect("root","manager123");
13 printf("Test script failed with error%d\n",rv
);
16 printf("Connection is not opened dueto Incorrect password\n");
17 printf("Test script passed\n");