QTP 10.0 Menu Items Missing ? Gone ? This is the fix
I am not sure why QTP is behaving like this ! But here is the Fix for it:
1. Open / Start QTP
2. Right click on the Menu toolbar (File Edit View Insert ….)
3. Select “Customize”
4. Click on the “Toolbars” tab
5. then Click on “Restore All” button at the lower right hand side.
Wallah ! now All iz Well !
Delete Data from a MS Access Database
VBScript to delete a single row in database table.
We have table “EMP” in database “db”(Microsoft Access).
EMP Table has following data in it.
EMPNO EMPNAME EMPSAL
1 Aliabc 30000
2 abcAli 25000
3 AaLbic 15000
Dim con,rs
Read the rest of this entry »
Insert Values Into a MS Access Database Table
VBScript to insert values in database table.
We have table “EMP” in database “db”(Microsoft Access).
EMP Table has following data in it.
EMPNO EMPNAME EMPSAL
1 Aliabc 30000
2 abcAli 25000
3 AaLbic 15000
Dim con,rs
Read the rest of this entry »