PeriyurParthi
IS-IT--Management
hi all
iam useing the following query for updation in transaction table from master, if there is no proper record to revelant field it is simply executing, what i want is i need to wheather the data have been updated or not.
RS2.Open "insert into prodmaster(prodmaster.prodcode,prodmaster.prodname,prodmaster.catcode,prodmaster.catname) select " & Val(txtProdCode.Text) & ",'" & Trim(txtProdName.Text) & "', catcode,catname from catmaster where catname='" & Trim(lstProdCatMaster.Text) & "'"
iam useing the above query from vb, now i doent know wheather the record have updated or not.
replies will be help full thanks
parthi
iam useing the following query for updation in transaction table from master, if there is no proper record to revelant field it is simply executing, what i want is i need to wheather the data have been updated or not.
RS2.Open "insert into prodmaster(prodmaster.prodcode,prodmaster.prodname,prodmaster.catcode,prodmaster.catname) select " & Val(txtProdCode.Text) & ",'" & Trim(txtProdName.Text) & "', catcode,catname from catmaster where catname='" & Trim(lstProdCatMaster.Text) & "'"
iam useing the above query from vb, now i doent know wheather the record have updated or not.
replies will be help full thanks
parthi