This is simlar to verification of data manually, instead here we use QTP to automate the process,This is done by connecting to DB using ADODB connection, used Record set collection to manipulate the data I think the other reply gives the code to connect to DBThanks,Dhanasekar S
Use this piece of code:Set mConnection = CreateObject("ADODB.Connection")mConnection.Open "Provider=SQLOLEDB.1;Data Source=;Initial Catalog=CATALOG","USERNAME","PASSWORD"set rs = CreateObject("ADODB.r...