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