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