1 //Connect with correct user name and password, it should pass.
7 AbsSqlConnection
*con
= createConnection();
8 rv
= con
->connect("root","manager");
11 printf("Test script failed with error%d\n",rv
);
14 printf("Connection opened with correct user name and password\n");
15 printf("Test script passed\n");